Skip to content
VS Code

MTG-MCP for VS Code

io.github.wtfregia/mtg-mcp

Comprehensive Magic: The Gathering info with rules, cards, combos, and Commander deck generation

client:VS Code transport:stdio runtime:pypi

Install MTG-MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mtg-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mtg-mcp"
      ]
    }
  }
}

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

MTG-MCP in other clients