Skip to content
Gemini CLI

MTG-MCP for Gemini CLI

io.github.wtfregia/mtg-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install MTG-MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MTG-MCP in other clients