ap mcp server for Claude Desktop
io.github.rbonestell/ap-mcp-server
Model Context Protocol (MCP) server for the Associated Press Media API
client:Claude Desktop
transport:stdio
runtime:npm
Install ap mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ap-mcp-server": {
"command": "npx",
"args": [
"-y",
"ap-mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs