Pokémon TCG API for Cursor
com.pokemontcgapi/mcp
English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.
client:Cursor
transport:stdio
runtime:npm
Install Pokémon TCG API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pokemontcgapi/mcp"
],
"env": {
"PTCG_API_KEY": "<PTCG_API_KEY>",
"PTCG_BASE_URL": "<PTCG_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs