HomeBrowser Automation & Scraping › Firecrawl MCP Server

Firecrawl MCP Server

MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.

Official TypeScript CloudLocal
★ 7,508 stars Last pushed 2026-09-24 License: MIT

Topics: Browser AutomationMonitoringSearch & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.25.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "firecrawl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIRECRAWL_API_KEY secret — Your API key for Firecrawl

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry