Odel
Lorcana MCP

Lorcana MCP

Local
@danielenricocahall1PythonMITUpdated 1w ago

MCP server for searching, exploring, and aggregating Disney Lorcana cards.

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

Dockerghcr.io/danielenricocahall/lorcana-mcp:2.4.0

Run

docker run -i --rm ghcr.io/danielenricocahall/lorcana-mcp:2.4.0

MCP client config

{
  "mcpServers": {
    "lorcana-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/danielenricocahall/lorcana-mcp:2.4.0"
      ]
    }
  }
}