mcpbeat Sign in

Iwantmymtg MCP Server

by matthewdtowles Your server? Claim it
local only

Iwantmymtg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from npm. Last commit 31 Jul 2026.

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

Installs per day peak 31 · avg 10 · -40% w/w
a month agotoday
68
Installs / week
npm · iwantmymtg-mcp
1
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Iwantmymtg MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iwantmymtg-mcp -- npx -y iwantmymtg-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iwantmymtg-mcp": {
      "args": [
        "-y",
        "iwantmymtg-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iwantmymtg-mcp]
command = "npx"
args = ["-y", "iwantmymtg-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "iwantmymtg-mcp": {
      "args": [
        "-y",
        "iwantmymtg-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iwantmymtg-mcp": {
      "args": [
        "-y",
        "iwantmymtg-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IWMM_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Iwantmymtg MCP

same job, measured the same way
C
MTG Bench
by mtgbench

Magic: The Gathering card search, rules, rulings, deck analysis, brackets, and combo detection.

19 tools answering
I
MTG-MCP
by wtfregia

Comprehensive Magic: The Gathering info with rules, cards, combos, and Commander deck generation

95 installs/wk local only
Mtg Oracle
by gregario

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

36 installs/wk local only
MTG MCP Server
by j4th

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

197 installs/wk local only
Himarket
by himarket

Hong Kong TCG marketplace (MTG + Riftbound): search cards, read live prices, manage your listings.

answering
TCG MCP
by seanlok

Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing.

78 installs/wk local only
Apricot
by apricot

Manage SysML2 projects and files directly through your coding agent.

answering
C
Googleapis
by googleapis-sqladmin

Create, manage, and query your Google Cloud SQL resources.

15 tools answering

Iwantmymtg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Iwantmymtg MCP?
Iwantmymtg MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package iwantmymtg-mcp was installed 68 times last week.
How do I connect Iwantmymtg MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iwantmymtg-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Iwantmymtg MCP?
The npm package iwantmymtg-mcp was installed 68 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Iwantmymtg MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.