Pokémon TCG API for Zed
com.pokemontcgapi/mcp
English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.
client:Zed
transport:stdio
runtime:npm
Install Pokémon TCG API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@pokemontcgapi/mcp"
],
"env": {
"PTCG_API_KEY": "<PTCG_API_KEY>",
"PTCG_BASE_URL": "<PTCG_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs