Odel
Disney Lorcana TCG Collection

Disney Lorcana TCG Collection

Local
@icarobichir6PythonMITUpdated 3 days ago

MCP server for Disney Lorcana TCG: enrich collections, search cards, build decks, audit data.

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).

PyPIlorcana-mcpv2.1.1

Run

uvx lorcana-mcp

MCP client config

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