Skip to content
Windsurf

MTG MCP Server for Windsurf

io.github.j4th/mtg-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install MTG MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mtg-mcp-server": {
      "command": "uvx",
      "args": [
        "mtg-mcp-server"
      ],
      "env": {
        "MTG_MCP_TRANSPORT": "<MTG_MCP_TRANSPORT>",
        "MTG_MCP_HTTP_PORT": "<MTG_MCP_HTTP_PORT>",
        "MTG_MCP_LOG_LEVEL": "<MTG_MCP_LOG_LEVEL>",
        "MTG_MCP_ENABLE_17LANDS": "<MTG_MCP_ENABLE_17LANDS>",
        "MTG_MCP_ENABLE_EDHREC": "<MTG_MCP_ENABLE_EDHREC>",
        "MTG_MCP_ENABLE_BULK_DATA": "<MTG_MCP_ENABLE_BULK_DATA>",
        "MTG_MCP_SCRYFALL_RATE_LIMIT_MS": "<MTG_MCP_SCRYFALL_RATE_LIMIT_MS>",
        "MTG_MCP_BULK_DATA_REFRESH_HOURS": "<MTG_MCP_BULK_DATA_REFRESH_HOURS>",
        "MTG_MCP_ENABLE_RULES": "<MTG_MCP_ENABLE_RULES>",
        "MTG_MCP_DISABLE_CACHE": "<MTG_MCP_DISABLE_CACHE>",
        "MTG_MCP_ENABLE_MOXFIELD": "<MTG_MCP_ENABLE_MOXFIELD>",
        "MTG_MCP_ENABLE_SPICERACK": "<MTG_MCP_ENABLE_SPICERACK>",
        "MTG_MCP_ENABLE_MTGGOLDFISH": "<MTG_MCP_ENABLE_MTGGOLDFISH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MTG MCP Server in other clients