Best for
- Scenarios needing clean, structured web context fed to an AI assistant
- Users already on the Firecrawl platform who want to call its scraping capability directly via MCP
Officially maintained by Firecrawl; tools cover the full range from single-page scraping to site-wide crawling, structured extraction, and an interactive agent, with usage guidance and common pitfalls documented per tool in the README. This review is a static check of source and docs, not an actual call test.
The official Firecrawl-maintained MCP server, exposing the Firecrawl platform's page scraping, site-map discovery, deep crawling, structured data extraction, and an interactive browser agent to MCP-compatible AI assistants — for getting clean, ready-to-use web context.
Start via npx -y firecrawl-mcp, after signing up at https://www.firecrawl.dev and setting a FIRECRAWL_API_KEY env var. A self-hosted Firecrawl instance can also be pointed to via the corresponding env var.
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>"
}
}
}
}