Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data

Savecraft is an open-source MCP server that solves Claude's tendency to hallucinate Magic: The Gathering card names and rules by providing structured access to real game data. The tool parses your MTG Arena Player.log locally, syncs your game state, and gives Claude access to 12 expert reference modules built on actual Magic data.
What Savecraft Provides
The server gives Claude access to:
- Your actual Arena data: collection, decks, match history, draft logs, play-by-play replays, rank
- Draft advisor: 8-axis pick evaluation calibrated across 31 color archetypes from 17Lands data (millions of games)
- Play advisor: post-game review from per-turn replay data covering card timing, mana efficiency, and attack analysis
- Match stats: personal win rates by deck, format, and opponent archetype, plus sideboard effectiveness
- Card search: full Scryfall database, preventing Claude from inventing cards
- Rules engine: complete MTG Comprehensive Rules plus per-card rulings
- Mana base calculator: Frank Karsten's hypergeometric source math
- Collection diff: wildcard cost to complete any decklist from what you actually own
- Deckbuilding: composition analysis, format legality, curve visualization for limited and constructed formats
Practical Implementation
In practice, Claude can pull live draft pick recommendations scored across 8 axes from 17Lands data and provide full draft reviews grading every pick against what the data says was optimal. The screenshots show Claude analyzing draft picks with data-backed recommendations.
Savecraft also supports Diablo II: Resurrected (.d2s binary parsing), Stardew Valley, Clair Obscur, and RimWorld, with more games planned. The project is free and open source under Apache 2.0 license.
The GitHub repository is available at: https://github.com/joshsymonds/savecraft.gg
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw-WebTop: Run OpenClaw with Ollama and Ubuntu Desktop in GitHub Codespaces
OpenClaw-WebTop provides a way to run a complete OpenClaw instance with Ollama and Ubuntu MATE desktop directly in a browser using GitHub Codespaces, requiring no local Docker installation or VPS.

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.

Anchormd: A Tool for Managing Context Across Claude AI Sessions
Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.

Skill Seekers v3.2.0 adds YouTube tutorial extraction for Claude skills
Skill Seekers v3.2.0 now extracts content from YouTube tutorials to create structured SKILL.md files for Claude. The tool uses a two-pass AI enhancement workflow to clean OCR output and generate usable documentation from video content.