Skip to content
Windsurf

mtg-mcp for Windsurf

io.github.nccurry/mtg-mcp

An evidence-first .NET MCP server for Magic: The Gathering deckbuilding workflows.

client:Windsurf transport:stdio runtime:nuget

Install mtg-mcp in Windsurf

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

{
  "mcpServers": {
    "mtg-mcp": {
      "command": "dnx",
      "args": [
        "Nccurry.MtgMcp",
        "--yes"
      ]
    }
  }
}

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

mtg-mcp in other clients