Skip to content
Windsurf

Firecrawl MCP Server for Windsurf

io.github.firecrawl/firecrawl-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Firecrawl MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Firecrawl MCP Server in other clients