mcpbeat Sign in

Disney Lorcana MCP Server

by danielenricocahall Your server? Claim it
local only

Disney Lorcana MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Sep 2026.

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

Installs / week
pypi · lorcana-cards-mcp
1
Stars
0 open issues
7 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Disney Lorcana MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lorcana-mcp -- uvx lorcana-cards-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lorcana-mcp": {
      "args": [
        "lorcana-cards-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lorcana-mcp]
command = "uvx"
args = ["lorcana-cards-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lorcana-mcp": {
      "args": [
        "lorcana-cards-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lorcana-mcp": {
      "args": [
        "lorcana-cards-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Disney Lorcana MCP

same job, measured the same way
Disney Lorcana TCG Collection
by icarobichir

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

989 installs/wk local only
Lorcana Oracle
by gregario

Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing

41 installs/wk local only
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

58 installs/wk local only
best-cad-mcp
by lokmenower

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

288 installs/wk local only
ServerCard Trust MCP
by servercardtrust

Paid remote MCP for server-card validation, auth checks, trust packets, and readiness.

answering
Cron
by ryudi84

MCP server for cron expression parsing, validation, and scheduling.

local only
MCHS NWAU Calculator
by edithatogo

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

64 installs/wk local only
Csvbox MCP Server
by csvbox-io

CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.

49 installs/wk local only

Disney Lorcana MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Disney Lorcana MCP?
Disney Lorcana MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package lorcana-cards-mcp.
How do I connect Disney Lorcana MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lorcana-cards-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Disney Lorcana MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.