Loading MCP server directory, please wait...
Model Context Protocol (MCP) server for the Associated Press Media API
npx @getmcp/cli add io.github.rbonestell/ap-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
YOUR_API_KEYYour API key for the service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rbonestell/ap-mcp-server": {
"command": "npx",
"args": [
"-y",
"ap-mcp-server"
],
"env": {
"YOUR_API_KEY": ""
}
}
}
}