Odel
Firecrawl MCP Server

Firecrawl MCP Server

Local
@firecrawl7.4kJavaScriptMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfirecrawl-mcpv3.24.0

Run

npx -y firecrawl-mcp

MCP client config

{
  "mcpServers": {
    "firecrawl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ]
    }
  }
}