iwantmymtg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iwantmymtg-mcpFind Lightning Bolt printings and cheapest price"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iwantmymtg-mcp
An MCP server for I Want My MTG. Exposes IWMM's API as tools so Claude Desktop, Claude Code, Cursor, and other MCP clients can search Magic: The Gathering cards/sets and manage a user's collection conversationally.
Status: v0 scaffold. The set of tools below is the v1 surface; coverage will expand to match the API.
What you can do
Anonymous (no key): search cards, look up a card by set+number, get current prices and 30-day price history, list sets and their cards, list sealed products.
Authenticated (with an IWMM API key): list and update your inventory.
More authenticated tools (transactions, portfolio breakdowns, price alerts, notifications) are coming - see the project roadmap.
Install
Requires Node 20+.
npx iwantmymtg-mcp(Until published to npm, use the local install instructions below.)
Claude Desktop
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"iwmm": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"],
"env": {
"IWMM_API_KEY": "iwm_live_..."
}
}
}
}IWMM_API_KEY is optional - read-only tools work without it. Create a key at https://iwantmymtg.net/user/api-keys.
Claude Code
Add to .mcp.json in your project (or ~/.claude/.mcp.json globally):
{
"mcpServers": {
"iwmm": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"],
"env": { "IWMM_API_KEY": "iwm_live_..." }
}
}
}Example prompts
"Search for Lightning Bolt printings and show me the cheapest one."
"What's the price history of Bloodbraid Elf from Modern Horizons 3?"
"Add 4 copies of Lightning Bolt LEA to my inventory."
"What sealed products are available for MH3?"
Configuration
Env var | Default | Purpose |
| (unset) | Personal API key. Required only for authenticated tools. |
|
| Override for self-hosted or local-dev IWMM instances. |
Local development
npm install
npm run build
node dist/index.jsOr with tsx for live reload:
npm install
npx tsx src/index.tsLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewdtowles/iwantmymtg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server