Lorcana
MCP server for Disney Lorcana TCG: enrich collections, search cards, build decks, audit data.
- Transport
- Not stated
- Package
- —
- Registry id
- io.github.IcaroBichir/lorcana
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
MCP server that connects Claude to Disney Lorcana card data. Export your collection from TCGPlayer, hand it to Claude, and get it fully enriched with ink cost, stats, keywords, abilities, and format legality — plus a ready-to-import file for dreamborn.ink.
The simple version
What it does: plug this into Claude and it becomes a Disney Lorcana expert that knows your actual collection — no more tab-switching between TCGPlayer, dreamborn.ink, and a wiki.
Once it's connected, you can just talk to Claude like:
- 🗂️ "Enrich my collection at ~/Downloads/export.csv" — turns a bare TCGPlayer export into a full card database (cost, stats, keywords, abilities) plus a file ready to import into dreamborn.ink
- 🔎 "What's that card, big pete?" — finds cards even if you don't remember the exact name or spelling
- 🎴 "Show me cheap Evasive characters in Amber" — searches the entire card pool by color, cost, keyword, rarity, whatever
- 🎵 "Who can sing Be Our Guest for free?" — finds the best Singer combos for a song
- 📋 "Is this deck legal? 4x Goofy - Musketeer, 4x..." — checks curve, colors, and tournament legality of any deck list
- 💰 "What am I missing to finish this deck, and what would it cost?" — compares a deck list to your collection and prices the gap with live market data
- 🏗️ "Build me a Core Constructed Amber/Sapphire deck" — automatically assembles a legal, curve-balanced decklist from your collection, an ideal build priced to complete, or a full market build
- ✅ "Is my collection data still accurate?" — audits your CSV against live card data and flags anything stale
Everything reads from public card APIs plus your own exported CSV — no account, no login, nothing to configure.
Get it running in under a minute
Claude Desktop — one click: download lorcana-mcp.mcpb and double-click it (or Settings → Extensions → Install extension…). No terminal, no Python install, nothing to configure.
Everything else — one command:
1. Connect it (uvx fetches it on demand — install uv first, or pip install lorcana-mcp and drop the uvx):
claude mcp add lorcana -- uvx lorcana-mcp serve
Using Claude Desktop config, Cursor, VS Code, Windsurf, Cline, or Zed instead? Every client is covered in docs/INSTALL.md.
2. Talk to it: Export your collection from TCGPlayer (My Account → My Collection → Export), then just say:
"Enrich my collection at /path/to/your/export.csv"
That's it — Claude does the rest. Everything below is reference detail for when you want more control.
Tools
Twelve tools are available in Claude once the server is running:
From the project's README.