Back to Browse

Mtg MCP Server

by J4th
Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 2 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Server transport — 'stdio' (default) or 'http'Optional

Environment variable: MTG_MCP_TRANSPORT

HTTP port when transport is 'http'Optional

Environment variable: MTG_MCP_HTTP_PORT

Logging level — DEBUG, INFO, WARNING, or ERROROptional

Environment variable: MTG_MCP_LOG_LEVEL

Enable 17Lands draft analytics backendOptional

Environment variable: MTG_MCP_ENABLE_17LANDS

Enable EDHREC commander metagame backend (uses undocumented endpoints)Optional

Environment variable: MTG_MCP_ENABLE_EDHREC

Enable Scryfall Oracle Cards bulk data for rate-limit-free lookups (~30 MB download)Optional

Environment variable: MTG_MCP_ENABLE_BULK_DATA

Minimum delay between Scryfall API calls in millisecondsOptional

Environment variable: MTG_MCP_SCRYFALL_RATE_LIMIT_MS

Hours between Scryfall bulk data refreshesOptional

Environment variable: MTG_MCP_BULK_DATA_REFRESH_HOURS

Enable Comprehensive Rules engine for rules lookup and keyword toolsOptional

Environment variable: MTG_MCP_ENABLE_RULES

Disable in-memory TTL caching (useful for testing)Optional

Environment variable: MTG_MCP_DISABLE_CACHE

Enable Moxfield deck search and import backend (reverse-engineered API)Optional

Environment variable: MTG_MCP_ENABLE_MOXFIELD

Enable Spicerack tournament results backendOptional

Environment variable: MTG_MCP_ENABLE_SPICERACK

Enable MTGGoldfish metagame data backend (HTML scraping)Optional

Environment variable: MTG_MCP_ENABLE_MTGGOLDFISH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-j4th-mtg-mcp-server": {
      "env": {
        "MTG_MCP_HTTP_PORT": "your-mtg-mcp-http-port-here",
        "MTG_MCP_LOG_LEVEL": "your-mtg-mcp-log-level-here",
        "MTG_MCP_TRANSPORT": "your-mtg-mcp-transport-here",
        "MTG_MCP_ENABLE_RULES": "your-mtg-mcp-enable-rules-here",
        "MTG_MCP_DISABLE_CACHE": "your-mtg-mcp-disable-cache-here",
        "MTG_MCP_ENABLE_EDHREC": "your-mtg-mcp-enable-edhrec-here",
        "MTG_MCP_ENABLE_17LANDS": "your-mtg-mcp-enable-17lands-here",
        "MTG_MCP_ENABLE_MOXFIELD": "your-mtg-mcp-enable-moxfield-here",
        "MTG_MCP_ENABLE_BULK_DATA": "your-mtg-mcp-enable-bulk-data-here",
        "MTG_MCP_ENABLE_SPICERACK": "your-mtg-mcp-enable-spicerack-here",
        "MTG_MCP_ENABLE_MTGGOLDFISH": "your-mtg-mcp-enable-mtggoldfish-here",
        "MTG_MCP_SCRYFALL_RATE_LIMIT_MS": "your-mtg-mcp-scryfall-rate-limit-ms-here",
        "MTG_MCP_BULK_DATA_REFRESH_HOURS": "your-mtg-mcp-bulk-data-refresh-hours-here"
      },
      "args": [
        "mtg-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!