MCP server for the Pokemon TCG API: eight read-only tools over 615 sets and 52,337 cards, with prices that carry their source, basis and grade.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"pokemontcgapi/mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-server npx -y pokemontcgapi/mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"pokemontcgapi/mcp-server"
]
}
}
}