Pokémon TCG API for Windsurf
com.pokemontcgapi/mcp
English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.
client:Windsurf
transport:stdio
runtime:npm
Install Pokémon TCG API in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@pokemontcgapi/mcp"
],
"env": {
"PTCG_API_KEY": "<PTCG_API_KEY>",
"PTCG_BASE_URL": "<PTCG_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs