APIFreaks MCP for Windsurf
io.github.api-freaks/apifreaks-mcp
APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.
client:Windsurf
transport:stdio
runtime:npm
Install APIFreaks MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<ENABLE_MODULES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs