Skip to content
Grok

Disney Lorcana TCG Collection for Grok

io.github.icarobichir/lorcana

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

client:Grok transport:stdio runtime:pypi

Install Disney Lorcana TCG Collection in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lorcana": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lorcana-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Disney Lorcana TCG Collection in other clients