Skip to content
Cursor

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

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

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

Pokémon TCG API in other clients