Scryfall MCP App
Supports UIby olaservo
Search and browse Magic: The Gathering cards with a rich interactive card viewer UI inside Claude Desktop.
What it does
Scryfall MCP App renders an interactive card viewer UI directly inside Claude Desktop. When you search for or fetch a Magic: The Gathering card, the app displays the full card image, mana cost with Scryfall SVG symbols, oracle text, set information, rarity, and pricing — all in a beautifully rendered panel. Non-UI hosts still receive a complete text fallback with all card details.
Key features
- Full-text search — Use Scryfall's powerful syntax (e.g.,
c:red t:creature cmc=3) to find any card - Rich card viewer UI — Renders card images, mana symbol SVGs, oracle text, and metadata in an interactive panel
- Structured + text content — UI hosts get the visual card; non-UI hosts get a complete text summary
- Dual transport — Supports both stdio and streamable HTTP for flexible deployment
- One-click install — Download the
.mcpbbundle and open in Claude Desktop for instant setup
Installation
Claude Desktop (npm)
{
"mcpServers": {
"scryfall": {
"command": "npx",
"args": ["-y", "@olaservo/scryfall-mcp-server"]
}
}
}
Claude Desktop (MCPB one-click)
Download scryfall-mcp-server.mcpb from the latest release and open it in Claude Desktop.
Build from source
Clone the repo, run npm install && npm run build, then point claude_desktop_config.json at dist/index.js.
Supported hosts
Claude Desktop (confirmed in README, uses MCP Apps extension for UI rendering).
Quick install
npx -y @olaservo/scryfall-mcp-serverInformation
- Pricing
- free
- Published