Skip to content
Cursor

mtg-mcp for Cursor

io.github.nccurry/mtg-mcp

An evidence-first .NET MCP server for Magic: The Gathering deckbuilding workflows.

client:Cursor transport:stdio runtime:nuget

Install mtg-mcp in Cursor

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

{
  "mcpServers": {
    "mtg-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Nccurry.MtgMcp",
        "--yes"
      ]
    }
  }
}

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