ap mcp server for Windsurf
io.github.rbonestell/ap-mcp-server
Model Context Protocol (MCP) server for the Associated Press Media API
client:Windsurf
transport:stdio
runtime:npm
Install ap mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ap-mcp-server": {
"command": "npx",
"args": [
"-y",
"ap-mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs