Loading MCP server directory, please wait...
Magic: The Gathering data for AI — cards, combos, draft analytics, and Commander tools.
npx @getmcp/cli add io.github.j4th/mtg-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.j4th/mtg-mcp-server": {
"command": "uvx",
"args": [
"mtg-mcp-server"
],
"env": {
"MTG_MCP_TRANSPORT": "stdio",
"MTG_MCP_HTTP_PORT": "8000",
"MTG_MCP_LOG_LEVEL": "INFO",
"MTG_MCP_ENABLE_17LANDS": "true",
"MTG_MCP_ENABLE_EDHREC": "true",
"MTG_MCP_ENABLE_MTGJSON": "true",
"MTG_MCP_SCRYFALL_RATE_LIMIT_MS": "100",
"MTG_MCP_MTGJSON_REFRESH_HOURS": "24",
"MTG_MCP_DISABLE_CACHE": "false"
}
}
}
}