Loading MCP server directory, please wait...
Magic: The Gathering card search, combo lookup, 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_BULK_DATA": "true",
"MTG_MCP_SCRYFALL_RATE_LIMIT_MS": "100",
"MTG_MCP_BULK_DATA_REFRESH_HOURS": "12",
"MTG_MCP_ENABLE_RULES": "true",
"MTG_MCP_DISABLE_CACHE": "false",
"MTG_MCP_ENABLE_MOXFIELD": "true",
"MTG_MCP_ENABLE_SPICERACK": "true",
"MTG_MCP_ENABLE_MTGGOLDFISH": "true"
}
}
}
}