PluginBench
MCP Server

io.github.gregario/mtg-oracle MCP Server

io.github.gregario/mtg-oracle

What is the io.github.gregario/mtg-oracle MCP server?

Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence

How to install io.github.gregario/mtg-oracle

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mtg-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mtg-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mtg-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mtg-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}
Claude Code
claude mcp add mtg-oracle -- npx -y mtg-oracle

Related MCP servers

3D printing filament and materials knowledge MCP server

View repository →

Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC.

View repository →

Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes

View repository →

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

View repository →

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

View repository →

Hearthstone card search, deck analysis, strategy coaching, and archetype classification

View repository →