Firecrawl MCP ServerServer

mendableai
GitHub
Web ScrapingRAG SystemsData Extraction

💡 Description

A powerful web scraping and data extraction MCP server that transforms any website into LLM-ready data. Developed by Mendable, this server implements the Model Context Protocol (MCP) to provide AI systems with comprehensive capabilities for accessing, analyzing, and interacting with web content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "firecrawl-mcp": {
        "env": {
          "FIRECRAWL_API_KEY": "YOUR-API-KEY"
        },
        "args": [
          "-y",
          "firecrawl-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

firecrawl_scrapefirecrawl_batch_scrapefirecrawl_searchfirecrawl_crawlfirecrawl_extractfirecrawl_deep_research

Features

  • Web scraping support with JS rendering
  • Automatic retries with exponential backoff
  • Smart content filtering with include/exclude tags

💬 Example Queries

  • Scrape content from a website
  • Batch scrape multiple URLs
  • Search the web for specific content