Disney Lorcana MCP
Rank #6,952io.github.danielenricocahall/lorcana-mcp
MCP server for Disney Lorcana TCG: card search, deck validation, stats, and deck import/export
Disney Lorcana MCP is a Model Context Protocol (MCP) server published by danielenricocahall. It ranks #6,952 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Disney Lorcana MCP is listed across 2 registries — Official MCP and Glama, with 15 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 125,094 of 132,046 servers on MCP Toplist.
Use Disney Lorcana MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lorcana-mcp -- uvx lorcana-cards-mcpclaude mcp add lorcana-mcp -- docker run -i --rm ghcr.io/danielenricocahall/lorcana-mcp:2.5.1[mcp_servers.lorcana-mcp]
command = "uvx"
args = ["lorcana-cards-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.lorcana-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lorcana-mcp": {
"command": "uvx",
"args": [
"lorcana-cards-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lorcana-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lorcana-mcp": {
"command": "uvx",
"args": [
"lorcana-cards-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"lorcana-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lorcana-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lorcana-cards-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"lorcana-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lorcana-mcp": {
"command": "uvx",
"args": [
"lorcana-cards-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lorcana-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lorcana-mcp": {
"command": "uvx",
"args": [
"lorcana-cards-mcp"
]
}
}
}{
"mcpServers": {
"lorcana-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/danielenricocahall/lorcana-mcp:2.5.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.danielenricocahall%2Florcana-mcp)<a href="https://mcptoplist.com/server/io.github.danielenricocahall%2Florcana-mcp"><img src="https://mcptoplist.com/badge/io.github.danielenricocahall%2Florcana-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
danielenricocahall
Available versions (15)
| Version | Published |
|---|---|
| 2.5.1 | Sep 7, 2026 |
| 2.4.0 | Aug 30, 2026 |
| 2.3.0 | Aug 3, 2026 |
| 2.2.0 | Jun 13, 2026 |
| 2.1.0 | Apr 27, 2026 |
| 2.0.0 | Apr 26, 2026 |
| 1.5.0 | Apr 26, 2026 |
| 1.4.0 | Apr 8, 2026 |
| 1.3.0 | Mar 29, 2026 |
| 1.2.0 | Mar 26, 2026 |
| 1.1.1 | Mar 23, 2026 |
| 1.1.0 | Mar 22, 2026 |
| 1.0.1 | Mar 10, 2026 |
| 1.0.0 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Disney Lorcana MCP?
- Disney Lorcana MCP is maintained by danielenricocahall, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is Disney Lorcana MCP listed on the Official MCP Registry?
- Yes — Disney Lorcana MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Disney Lorcana MCP have?
- MCP Toplist tracks 15 versions of Disney Lorcana MCP, most recently published on Sep 7, 2026.
- Where can I find the source code for Disney Lorcana MCP?
- The source code for Disney Lorcana MCP is hosted at github.com/danielenricocahall/lorcana-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.