Firecrawl MCP Server
VerifiedMCP server for Firecrawl web scraping, structured data extraction and web search integration.
Install
Claude Code
claude mcp add firecrawl-mcp-server -- npx -y firecrawl-mcp-serverSafety Report
details
API key authentication via FIRECRAWL_API_KEY environment variable; supports both cloud and self-hosted deployments
details
stdio MCP transport; no CORS surface on the MCP layer
details
Automatic rate limit handling with exponential backoff and configurable retry mechanisms
details
No known CVEs; well-maintained by the Firecrawl/Mendable team
details
Node.js project; no published dependency audit but maintained by Firecrawl/Mendable team
details
No dangerous code patterns detected
details
MIT License
details
Open source under MIT License at github.com/mendableai/firecrawl-mcp-server
details
Actively maintained by the Firecrawl team with community contributions
Compatibility
Tools Provided (14)
firecrawl_scrape Extract content from a single URL with output in JSON, markdown, or other formats
firecrawl_batch_scrape Retrieve content from multiple known URLs with parallel processing
firecrawl_check_batch_status Monitor the progress of a batch scraping operation
firecrawl_map Discover and list all indexed URLs on a website
firecrawl_search Search the web and optionally extract content from search results
firecrawl_crawl Asynchronously crawl multiple related pages on a website
firecrawl_check_crawl_status Monitor the progress of an ongoing crawl job
firecrawl_extract Extract structured information from web pages using LLM capabilities with a defined schema
firecrawl_agent Run an autonomous research agent for complex multi-source data gathering tasks
firecrawl_agent_status Check research agent progress and retrieve accumulated results
firecrawl_browser_create Establish a cloud browser session for interactive web automation
firecrawl_browser_execute Run code (bash, Python, JavaScript) within an active browser session
firecrawl_browser_list List all currently active cloud browser sessions
firecrawl_browser_delete Terminate and clean up a cloud browser session
Frequently Asked Questions
What is Firecrawl MCP Server?
MCP server for Firecrawl web scraping, structured data extraction and web search integration.
What tools does Firecrawl MCP Server provide?
Firecrawl MCP Server provides 14 tools including firecrawl_scrape, firecrawl_batch_scrape, firecrawl_check_batch_status, firecrawl_map. Each tool can be called by AI agents to perform specific operations.
Is Firecrawl MCP Server safe to use?
Yes, Firecrawl MCP Server has passed our 8-point security audit and is rated Verified. All checks including authentication, dependency audit, and known CVE scan passed.
What are alternatives to Firecrawl MCP Server?
Similar MCP servers include Scrapling MCP Server, Chrome DevTools MCP, Playwright MCP. Each serves a similar purpose but may differ in features, language, and compatibility.
Similar MCP Servers
Scrapling MCP Server
CautionWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Chrome DevTools MCP
CautionMCP server for Chrome DevTools
Playwright MCP
VerifiedOfficial Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots