Skip to content
Grok

MTG-MCP for Grok

io.github.wtfregia/mtg-mcp

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

client:Grok transport:stdio runtime:pypi

Install MTG-MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MTG-MCP in other clients