mcp-scryfall

haksanlulz/mcp-scryfall
★ 0 stars TypeScript Memory/Knowledge Updated 1d ago
MCP (Model Context Protocol) server for Magic: The Gathering card data via the Scryfall API: exact and fuzzy lookup, ranked search with oracle text, random cards, batch decklist resolution, and bulk-data access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-scryfall": {
      "command": "npx",
      "args": [
        "-y",
        "haksanlulz/mcp-scryfall"
      ]
    }
  }
}

README Excerpt

MCP server for live **Magic: The Gathering** card lookup via the [Scryfall API](https://scryfall.com/docs/api). Built on the [MCP TypeScript SDK](https://modelcontextprotocol.io). LLMs misremember card names, costs, and rules text. This looks them up on live Scryfall instead. I use it daily for deckbuilding.

Tools (6)

bulk_defaultcard_collectioncard_fuzzycard_namedcard_randomcard_search

Topics

magic-the-gatheringmcpmodel-context-protocolmtgscryfalltypescript