pokemon tcg mcp for Gemini CLI
io.github.mrfentmen/pokemon-tcg-mcp
Use this MCP server to the Pokémon TCG, search cards, sets, rarities via TCGdex. Tools include...
client:Gemini CLI
transport:stdio
runtime:npm
Install pokemon tcg mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pokemon-tcg-mcp": {
"command": "npx",
"args": [
"-y",
"pokemon-tcg-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs