Back to Apps

I Want My MTG
by matthewdtowles
Manage Magic: The Gathering collections, track prices, and query card data via MCP tools.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to the I Want My MTG (IWMM) API, allowing users to search for Magic: The Gathering cards and sets, monitor current prices with 30-day history, and manage a personal card collection and transaction tracker conversationally.
Tools
search_cards: Search for specific MTG cards and printings.get_card_details: Look up a card by set and number.get_price_history: Get current prices and 30-day history for a card.manage_inventory: Add, edit, or remove cards from a user collection (requires API key).get_buylist_offers: Get current sell-to-vendor offers for cards.list_sealed_products: List available sealed products for specific sets.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"iwmm": {
"command": "npx",
"args": ["-y", "iwantmymtg-mcp"],
"env": {
"IWMM_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
npx iwantmymtg-mcpInformation
- Pricing
- freemium
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json or project .cursor/mcp.jsonclaude-ai
Not supported (stdio)Claude Desktop
{"mcpServers": {"iwmm": {"command": "npx", "args": ["-y", "iwantmymtg-mcp"], "env": {"IWMM_API_KEY": "..."}}}}





