MCP Server for I Want My MTG, Collection & Transaction Tracker
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
claude mcp add iwantmymtg-mcp -- npx -y iwantmymtg-mcp{
"mcpServers": {
"iwantmymtg-mcp": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"]
}
}
}Resumen de MCP Servers
# iwantmymtg-mcp
[](https://www.npmjs.com/package/iwantmymtg-mcp)
[](LICENSE)
[](https://smithery.ai/servers/matthewdtowles/iwantmymtg-mcp)
An [MCP](https://modelcontextprotocol.io) server for [I Want My MTG](https://iwantmymtg.net). 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.
> Published on [npm](https://www.npmjs.com/package/iwantmymtg-mcp), the [MCP Registry](https://github.com/modelcontextprotocol/registry), and [Smithery](https://smithery.ai/servers/matthewdtowles/iwantmymtg-mcp). Coverage expands to match the API; see [`docs/TOOLS.md`](docs/TOOLS.md) for the full, always-current tool list.

## What you can do
- **Anonymous (no key):** search cards, look up a card by set+number, get current prices and 30-day price history, get a card's buylist (sell-to-vendor) offers, list sets and their cards, list sealed products.
- **Authenticated (with an IWMM API key):** manage your inventory and transactions; view portfolio summaries, history, performance, cash flow, realized gains, and breakdowns; manage price alerts and notifications.
- **Sell tools (with a key):** see your collection's market sell value (best buylist offer per card, grouped by vendor), manage a buy-list (want-list), and get a cash-vs-store-credit recommendation for selling toward your buy list.
See the [project roadmap](https://github.com/matthewdtowles/i-want-my-mtg/blob/main/ROADMAP.md#43-mcp-server--agentic-ai-integration) for what's next.
## Install
Requires Node 20+.
```bash
npx iwantmymtg-mcp
```
Or install globally if you prefer:
```bash
npm install -g iwantmymtg-mcp
iwantmymtg-mcp
```
## Claude Desktop
Add to `claude_desktop_config.json` (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`; Windows: `%APPDATA%\Claude\claude_desktop_config.json`):
```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):
```json
{
"mcpServers": {
"iwmm": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"],
"env": { "IWMM_API_KEY": "iwm_live_..." }
}
}
}
```
## Cursor
Add to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` in your project:
```json
{
"mcpServers": {
"iwmm": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"],
"env": { "IWMM_API_KEY": "iwm_live_..." }
}
}
}
```
After saving, restart Cursor and confirm `iwmm` appears under **Settings -> Features -> MCP Servers**.
## 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?"
- "What's my collection worth to sell right now, and which vendor pays most?"
- "Add these cards to my buy list, then tell me whether cash or store credit is the better deal."
See [`examples/`](https://github.com/matthewdtowles/iwantmymtg-mcp/tree/main/examples) for walkthroughs of common flows, and [`docs/TOOLS.md`](docs/TOOLS.md) for the full tool reference.
## Configuration
| Env var | Default | Purpose |
|---|---|---|
| `IWMM_API_KEY` | _(unset)_ | Personal API key. Required only for authenticated tools. |
| `IWMM_BASE_URL` | `https://iwantmymtg.net` | Override for self-hosted or local-dev IWMM instances. |
## Local development
```bash
npm install
npm run build
node dist/index.js
```
Or with `tsx` for live reload:
```bash
npm install
npx tsx src/index.ts
```
## License
This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.
Lo que la gente pregunta sobre iwantmymtg-mcp
¿Qué es matthewdtowles/iwantmymtg-mcp?
+
matthewdtowles/iwantmymtg-mcp es mcp servers para el ecosistema de Claude AI. MCP Server for I Want My MTG, Collection & Transaction Tracker Tiene 1 estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala iwantmymtg-mcp?
+
Puedes instalar iwantmymtg-mcp clonando el repositorio (https://github.com/matthewdtowles/iwantmymtg-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar matthewdtowles/iwantmymtg-mcp?
+
Nuestro agente de seguridad ha analizado matthewdtowles/iwantmymtg-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene matthewdtowles/iwantmymtg-mcp?
+
matthewdtowles/iwantmymtg-mcp es mantenido por matthewdtowles. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.
¿Hay alternativas a iwantmymtg-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega iwantmymtg-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/matthewdtowles-iwantmymtg-mcp)<a href="https://claudewave.com/repo/matthewdtowles-iwantmymtg-mcp"><img src="https://claudewave.com/api/badge/matthewdtowles-iwantmymtg-mcp" alt="Featured on ClaudeWave: matthewdtowles/iwantmymtg-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。