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

Claude Usage Monitor: Free macOS Menu Bar App for Tracking Claude.ai Limits
A developer built Claude Usage Monitor, a free macOS menu bar app that displays Claude.ai usage with color-coded icons, live counters, and reset timers. The app reads directly from Claude.ai sessions without requiring an API key.

GoModel: A Lightweight Open-Source AI Gateway Written in Go
GoModel is an open-source AI gateway that provides a unified OpenAI-compatible API for multiple providers including OpenAI, Anthropic, Gemini, Groq, xAI, and Ollama. It features a 17MB Docker image, 44x smaller than LiteLLM, with environment-variable-first configuration and built-in observability.

MOOSE-Star: A 7B Model and 108K-Paper Dataset for Scientific Hypothesis Discovery – ICML 2026
MiroMind releases MOOSE-Star on Hugging Face: a 7B model (DeepSeek-R1-Distill-Qwen-7B fine-tune) for scientific hypothesis discovery, alongside the 108K-paper TOMATO-Star dataset. Benchmark shows MS-7B achieves 54.34% inspiration retrieval accuracy, beating GPT-5.4 and approaching Gemini-3 Pro.
Atlas: World Labs' Omni World Model for Spatial Intelligence
World Labs introduces Atlas, an omni world model that natively handles text, images, video, and 3D. It enables camera-controlled generation, spatial reconstruction, and space-time simulation.