What is the TCG MCP MCP server?
Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.
How to install TCG MCP
Copy-paste configuration for popular MCP clients.
PSA_API_TOKENsecretPSA Public API bearer token. Get one at https://www.psacard.com/publicapi. If unset, PSA tools are disabled but other tools (Pokemon TCG API, collection, watchlist) still work.
POKEMONTCG_API_KEYsecretPokemon TCG API key (optional). Without it the provider still works at a lower rate limit. Free key: https://dev.pokemontcg.io/
PRICECHARTING_TOKENsecretPriceCharting API token (paid subscription required). Enables graded-card pricing.
TCG_DB_PATHWhere to put the local SQLite database. Default: ~/.tcg-mcp/tcg.db
{
"mcpServers": {
"tcg-mcp": {
"command": "uvx",
"args": [
"tcg-mcp"
],
"env": {
"PSA_API_TOKEN": "<YOUR_PSA_API_TOKEN>",
"POKEMONTCG_API_KEY": "<YOUR_POKEMONTCG_API_KEY>",
"PRICECHARTING_TOKEN": "<YOUR_PRICECHARTING_TOKEN>",
"TCG_DB_PATH": "<YOUR_TCG_DB_PATH>"
}
}
}
}{
"mcpServers": {
"tcg-mcp": {
"command": "uvx",
"args": [
"tcg-mcp"
],
"env": {
"PSA_API_TOKEN": "<YOUR_PSA_API_TOKEN>",
"POKEMONTCG_API_KEY": "<YOUR_POKEMONTCG_API_KEY>",
"PRICECHARTING_TOKEN": "<YOUR_PRICECHARTING_TOKEN>",
"TCG_DB_PATH": "<YOUR_TCG_DB_PATH>"
}
}
}
}{
"mcpServers": {
"tcg-mcp": {
"command": "uvx",
"args": [
"tcg-mcp"
],
"env": {
"PSA_API_TOKEN": "<YOUR_PSA_API_TOKEN>",
"POKEMONTCG_API_KEY": "<YOUR_POKEMONTCG_API_KEY>",
"PRICECHARTING_TOKEN": "<YOUR_PRICECHARTING_TOKEN>",
"TCG_DB_PATH": "<YOUR_TCG_DB_PATH>"
}
}
}
}{
"servers": {
"tcg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tcg-mcp"
],
"env": {
"PSA_API_TOKEN": "<YOUR_PSA_API_TOKEN>",
"POKEMONTCG_API_KEY": "<YOUR_POKEMONTCG_API_KEY>",
"PRICECHARTING_TOKEN": "<YOUR_PRICECHARTING_TOKEN>",
"TCG_DB_PATH": "<YOUR_TCG_DB_PATH>"
}
}
}
}claude mcp add tcg-mcp --env PSA_API_TOKEN=<YOUR_PSA_API_TOKEN> --env POKEMONTCG_API_KEY=<YOUR_POKEMONTCG_API_KEY> --env PRICECHARTING_TOKEN=<YOUR_PRICECHARTING_TOKEN> --env TCG_DB_PATH=<YOUR_TCG_DB_PATH> -- uvx tcg-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.