Odel
TCG MCP

TCG MCP

Local
@seanlok1PythonMITUpdated 4mo ago

Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItcg-mcpv0.4.0

Run

uvx tcg-mcp

MCP client config

{
  "mcpServers": {
    "tcg-mcp": {
      "command": "uvx",
      "args": [
        "tcg-mcp"
      ]
    }
  }
}