Odel
iwantmymtg mcp

iwantmymtg mcp

Local
@matthewdtowles1TypeScriptMITUpdated Today

Query Magic: The Gathering cards, sets, and prices and manage your I Want My MTG collection.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmiwantmymtg-mcpv0.7.0

Run

npx -y iwantmymtg-mcp

MCP client config

{
  "mcpServers": {
    "iwantmymtg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iwantmymtg-mcp"
      ]
    }
  }
}