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
{
"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