Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
uvx mtg-mcp-server{
"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"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"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"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
MTG MCP Server is an MCP server for Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.. It supports STDIO transport.
Use the generated config in Install. This server runs with uvx mtg-mcp-server; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for uvx mtg-mcp-server. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for uvx mtg-mcp-server. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for uvx mtg-mcp-server. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for uvx mtg-mcp-server. Add required environment variables before starting Cursor or VS Code.
MTG MCP Server uses STDIO transport. Use the package or command config in Install.
MTG MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
MTG MCP Server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
mtg-mcp-serverstdio | pypi | 3.0.0 | Env: MTG_MCP_TRANSPORT Env: MTG_MCP_HTTP_PORT Env: MTG_MCP_LOG_LEVEL Env: MTG_MCP_ENABLE_17LANDS Env: MTG_MCP_ENABLE_EDHREC Env: MTG_MCP_ENABLE_BULK_DATA Env: MTG_MCP_SCRYFALL_RATE_LIMIT_MS Env: MTG_MCP_BULK_DATA_REFRESH_HOURS Env: MTG_MCP_ENABLE_RULES Env: MTG_MCP_DISABLE_CACHE Env: MTG_MCP_ENABLE_MOXFIELD Env: MTG_MCP_ENABLE_SPICERACK Env: MTG_MCP_ENABLE_MTGGOLDFISH |