Skip to content
VS Code

mtg-mcp for VS Code

io.github.nccurry/mtg-mcp

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

client:VS Code transport:stdio runtime:nuget

Install mtg-mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mtg-mcp in other clients