firecrawl-mcp-server is the official MCP integration for Firecrawl that brings high-recall web scraping, crawling, and search into IDEs and agent runtimes. It exposes tools for single-page scrape, multi-URL batch jobs, site discovery, and search enrichment, returning cleaned, structured content suitable for downstream LLM reasoning. The server is designed to run with Firecrawl’s hosted API or self-hosted deployments, making it flexible for enterprise data-governance requirements. Built-in behaviors include JavaScript rendering, automatic retries, and streamable HTTP so long pages and large crawls can flow incrementally into agents. Because it’s an MCP server, clients get typed inputs/outputs and standardized error handling rather than ad-hoc prompt instructions. The repository is active, widely starred, and includes quick starts that make it easy to add web research to an agent stack.
Features
- Web scraping, crawling, and discovery from MCP tools
- Search + content extraction with JS rendering
- Batch jobs with parallelism and retries
- Cloud and self-hosted modes
- Streamable responses for long pages and large crawls
- Typed schemas and standardized errors for IDE/agent use