meta api mcp server for Windsurf
io.github.savhascelik/meta-api-mcp-server
You can connect any API to LLMs. This enables AI to interact directly with APIs
client:Windsurf
transport:stdio
runtime:npm
Install meta api mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"meta-api-mcp-server": {
"command": "npx",
"args": [
"-y",
"meta-api-mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs