Developer Tools
Trust: 20/100 (Limited)io.github.rbonestell/ap-mcp-server Guide
Model Context Protocol (MCP) server for the Associated Press Media API
1 starsby rbonestell
Quick Start
Install
npx ap-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-rbonestell-ap-mcp-server": {
"command": "npx",
"args": [
"ap-mcp-server"
]
}
}
}