Mystic Forge
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., "@Mystic Forgesearch for 'Dark Ritual' prices"
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.
Mystic Forge
A unified MCP (Model Context Protocol) server for Magic: The Gathering. Combines Scryfall card search & pricing, EDHRec commander recommendations, Archidekt deck reading, and decklist validation into a single server.
Tools
Scryfall — Card Search & Pricing
Tool | Description |
| Full Scryfall query syntax search |
| Look up a card by name (exact + fuzzy) |
| Random card with optional filter |
| Current prices across all printings |
| Batch-price up to 75 cards at once |
EDHRec — Commander Recommendations
Tool | Description |
| Top card recommendations for a commander |
| Average decklist for a commander |
| Community cut/added cards for a precon (real add %, ranked cuts) |
| Popular combo lines |
| Trending cards by period and color |
| Personalized suggestions given your current cards |
| Saltiest (most hated) cards |
Archidekt — Deck Reading
Tool | Description |
| Fetch a public deck by ID or URL |
| List a user's public decks |
| Export deck as importable card list |
Validation
Tool | Description |
| Verify card names, deck size, and color identity |
| Full validation of an Archidekt deck including categories |
Precon Decks (MTGJSON + EDHRec)
Tool | Description |
| Search official precons by name or set code (MTGJSON) |
| Full official contents of a precon (MTGJSON) |
| Export a precon in Archidekt import format |
| Exact cut/added cards between a precon and a specific deck |
Related MCP server: Scryfall MCP Server
Quick Start
Docker
docker compose up -dThe server runs at http://localhost:8000/mcp (streamable HTTP transport).
Connect to Claude Code
Add to ~/.claude/settings.local.json:
{
"mcpServers": {
"mystic-forge": {
"type": "url",
"url": "http://localhost:8000/mcp"
}
}
}Connect to Claude.ai
Add as a Custom Connection with the URL http://localhost:8000/mcp.
stdio mode
python server.py --stdioSelf-Hosting with Private Archidekt Decks
Archidekt does not support OAuth, so private deck access requires your credentials. Create a .env file:
cp .env.example .env
# Edit .env with your Archidekt username and passwordImportant: Never deploy credentials on a shared/public server. Private deck access is for self-hosted instances only.
Data Sources
Scryfall — Card data and prices (updated daily from TCGPlayer, Cardmarket, Cardhoarder)
EDHRec — Commander metagame data and recommendations
Archidekt — Deck building and storage
License
MIT
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Kautiontape/mystic-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server