Pokemon TCG Pocket Catalog for Claude Desktop
app.hologallery.pocket/pokemon-tcg-pocket-catalog
Look up Pokemon TCG Pocket cards, sets, packs, and evaluate decks with battle simulations.
client:Claude Desktop
transport:streamable-http
tools:11
Install Pokemon TCG Pocket Catalog in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pokemon-tcg-pocket-catalog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pocket.hologallery.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs