scryfall-mcp
Provides tools to search, retrieve, and explore Magic: The Gathering card data via the Scryfall API, including card details, prices, printings, rulings, sets, and more.
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., "@scryfall-mcpsearch for 'Tarmogoyf' with its current 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.
scryfall-mcp
A Model Context Protocol server that exposes the Scryfall Magic: The Gathering API as tools for LLM clients (Claude Desktop, Claude Code, etc.).
No API key is required — Scryfall is a public API. The server sends a descriptive
User-Agent, requests JSON, and throttles itself to ~10 requests/second per Scryfall's
guidelines.
Tools
Card search & lookup
search_cards— full-text search using Scryfall query syntax (pagination, sort, unique modes)get_card_named— exact or fuzzy name lookup, optional setget_random_card— a random card, optionally constrained by a queryautocomplete_card_names— name completions for a partial inputget_card_by_id— lookup by Scryfall UUIDget_card_by_set_number— lookup by set code + collector number (+ optional language)get_card_collection— batch lookup of up to 75 cards by identifier
Images & prices
get_card_images— image URIs (small/normal/large/png/art_crop/border_crop), handles double-faced cardsget_card_prices— market prices (USD/foil/EUR/tix) and purchase linksget_card_printings— every printing of a card with per-printing set, rarity, prices, and art
Sets & rulings
list_sets— all sets (compact summary)get_set— a set by code, Scryfall ID, or TCGplayer group IDget_card_rulings— official rulings by card ID or set + collector number
Symbology & catalogs
list_symbology— all card symbols with metadataparse_mana_cost— parse a mana cost string into canonical formget_catalog— canonical value lists (creature types, keyword abilities, card names, …)
Bulk data
list_bulk_data— list downloadable full-dataset files (returns download URIs)get_bulk_data— metadata for one bulk file by type or ID
Card-heavy responses are summarized to the most useful fields to keep output compact. Single-card lookups accept
full: trueto return the complete Scryfall object. Bulk-data tools return download URIs only — fetch the (often hundreds of MB) files directly.
Related MCP server: Scryfall MCP Server
Install & build
npm install
npm run buildConfigure a client
Point your MCP client at the built entry. For Claude Desktop
(claude_desktop_config.json) or Claude Code (.mcp.json):
{
"mcpServers": {
"scryfall": {
"command": "node",
"args": ["/Users/ronald/Desktop/projects/scryfall-mcp/dist/index.js"]
}
}
}Or add it to Claude Code from the CLI:
claude mcp add scryfall -- node /Users/ronald/Desktop/projects/scryfall-mcp/dist/index.jsDevelopment
npm run dev # tsx watch mode
npm run typecheck # tsc --noEmitLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with the Scryfall API, allowing users to search for Magic: The Gathering card details, retrieve card rulings, and access pricing information using the Model Context Protocol.Last updated73233MIT
- AlicenseAqualityAmaintenanceA comprehensive Model Context Protocol server that integrates with the Scryfall API to provide Magic: The Gathering card data to AI assistants like Claude.Last updated141MIT
- Alicense-qualityCmaintenanceA comprehensive Model Context Protocol server that provides AI assistants with rich Magic: The Gathering information, including card data, comprehensive rules, EDHREC recommendations, combo interactions, and intelligent Commander deck generation.Last updated1MIT
- Alicense-qualityDmaintenanceMCP server for searching and retrieving Magic: The Gathering card information via the Scryfall API, with support for field presets, multiple output formats, and automatic rate limiting.Last updated32MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/rotohun/scryfall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server