Skip to content

Firecrawl MCP Server for Grok

io.github.firecrawl/firecrawl-mcp-server

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

client:Grok transport:stdio runtime:npm

Install Firecrawl MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "firecrawl-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "firecrawl-mcp"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Firecrawl MCP Server in other clients