Loading MCP server directory, please wait...
English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.
npx @getmcp/cli add com.pokemontcgapi/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PTCG_API_KEYAPI key for pokemontcgapi.com. Every tool except the catalogue status needs one; POST /v1/accounts/free returns one without a dashboard or a card.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pokemontcgapi/mcp": {
"command": "npx",
"args": [
"-y",
"@pokemontcgapi/mcp"
],
"env": {
"PTCG_API_KEY": "",
"PTCG_BASE_URL": ""
}
}
}
}