Skip to content
Zed

MTG-MCP for Zed

io.github.wtfregia/mtg-mcp

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

client:Zed transport:stdio runtime:pypi

Install MTG-MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mtg-mcp": {
      "command": "uvx",
      "args": [
        "mtg-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MTG-MCP in other clients