mtg-mcp

nccurry/mtg-mcp
★ 0 stars C# 🔌 API Integration Updated today
An MCP server for building Magic the Gathering decks
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mtg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nccurry/mtg-mcp"
      ]
    }
  }
}

README Excerpt

<!-- mcp-name: io.github.nccurry/mtg-mcp --> `mtg-mcp` is an unofficial community project. It is not produced by, endorsed by, supported by, or affiliated with Wizards of the Coast, Scryfall, or Archidekt. Magic: The Gathering and related materials are property of Wizards of the Coast LLC. `mtg-mcp` is a self-contained C#/.NET MCP server for building Magic: The Gathering

Tools (3)

actaskplan