Use this MCP server to Scryfall, Magic: The Gathering card database with rulings, printings, and...
claude mcp add scryfall-mcp -- npx -y scryfall-mcp
claude_desktop_config.json
{
"mcpServers": {
"scryfall-mcp": {
"command": "npx",
"args": [
"-y",
"scryfall-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"scryfall-mcp": {
"command": "npx",
"args": [
"-y",
"scryfall-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scryfall-mcp": {
"command": "npx",
"args": [
"-y",
"scryfall-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"scryfall-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scryfall-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"scryfall-mcp": {
"command": "npx",
"args": [
"-y",
"scryfall-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--scryfall-mcp/reviews or the review_server meta-tool.
POST /mcp