Skip to content
Cursor

MTG-MCP for Cursor

io.github.wtfregia/mtg-mcp

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

client:Cursor transport:stdio runtime:pypi

Install MTG-MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MTG-MCP in other clients