Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Pokémon TCG API in other clients