Skip to content
Zed

Disney Lorcana MCP for Zed

io.github.danielenricocahall/lorcana-mcp

MCP server for Disney Lorcana TCG: card search, deck validation, stats, and deck import/export

client:Zed transport:stdio runtime:pypi

Install Disney Lorcana MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lorcana-mcp": {
      "command": "uvx",
      "args": [
        "lorcana-cards-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Disney Lorcana MCP in other clients