← Back to Plugins
MCP Server MCP

io.github.matthewdtowles/iwantmymtg-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "iwantmymtg-mcp",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Personal IWMM API key (iwm_live_...). Optional; required only for the authenticated tools (anything that reads or changes your own collection). Read-only card, set, and price tools work without it.",
          "format": "string",
          "isSecret": true,
          "name": "IWMM_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...