mcpbeat Sign in

MTG MCP Server

local only

MTG MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 197 installs a week from pypi. Last commit 4 Apr 2026.

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

Installs per day peak 72 · avg 24 · +1% w/w
a month agotoday
197
Installs / week
pypi · mtg-mcp-server
20
Stars
6 open issues
4 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MTG MCP Server 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 mtg-mcp-server -- uvx mtg-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mtg-mcp-server": {
      "args": [
        "mtg-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mtg-mcp-server]
command = "uvx"
args = ["mtg-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mtg-mcp-server": {
      "args": [
        "mtg-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mtg-mcp-server": {
      "args": [
        "mtg-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MTG_MCP_TRANSPORT (Server transport — 'stdio' (default) or 'http'), MTG_MCP_HTTP_PORT (HTTP port when transport is 'http'), MTG_MCP_LOG_LEVEL (Logging level — DEBUG, INFO, WARNING, or ERROR), MTG_MCP_ENABLE_17LANDS (Enable 17Lands draft analytics backend), MTG_MCP_ENABLE_EDHREC (Enable EDHREC commander metagame backend (uses undocumented endpoints)), MTG_MCP_ENABLE_BULK_DATA (Enable Scryfall Oracle Cards bulk data for rate-limit-free lookups (~30 MB download)), MTG_MCP_SCRYFALL_RATE_LIMIT_MS (Minimum delay between Scryfall API calls in milliseconds), MTG_MCP_BULK_DATA_REFRESH_HOURS (Hours between Scryfall bulk data refreshes), MTG_MCP_ENABLE_RULES (Enable Comprehensive Rules engine for rules lookup and keyword tools), MTG_MCP_DISABLE_CACHE (Disable in-memory TTL caching (useful for testing)), MTG_MCP_ENABLE_MOXFIELD (Enable Moxfield deck search and import backend (reverse-engineered API)), MTG_MCP_ENABLE_SPICERACK (Enable Spicerack tournament results backend), MTG_MCP_ENABLE_MTGGOLDFISH (Enable MTGGoldfish metagame data backend (HTML scraping)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MTG MCP Server

same job, measured the same way
Looply
by xie38388

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

18 installs/wk local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering
Muninx MCP Server
by muninx

Remote MCP server for managing Muninx tickets, messages, ticket search, and support analytics.

answering
Jmpy MCP Server
by jmpy-me

Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.

answering
Google Search Console
by sarahpark

Google Search Console MCP server — search analytics, URL inspection, and sitemaps

60 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

112 installs/wk local only

MTG MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MTG MCP Server?
MTG MCP Server 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 mtg-mcp-server was installed 197 times last week.
How do I connect MTG MCP Server?
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 mtg-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MTG MCP Server?
The pypi package mtg-mcp-server was installed 197 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MTG MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 20 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.