StackMCP
searchOfficial

Firecrawl MCP

86

Mendable

Scrape and crawl websites, extract structured data, and perform batch web scraping with LLM-powered content analysis.

5.6k28.9k/wk3.1K tokens(2%)Official2d ago
Network
scrapingcrawlingwebextractiondata

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "firecrawl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
      }
    }
  }
}
View on GitHubnpm