Exa Search for Windsurf
io.github.exa-labs/exa-mcp-server
Neural web search built for agents: web search with live crawling, code-context search, company research and page crawling. Needs an Exa API key.
client:Windsurf
transport:stdio
runtime:npm
tools:4
Install Exa Search in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"exa-mcp-server": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "<EXA_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs