Skip to content
Zed

scryfall mcp for Zed

io.github.mrfentmen/scryfall-mcp

Use this MCP server to Scryfall, Magic: The Gathering card database with rulings, printings, and...

client:Zed transport:stdio runtime:npm

Install scryfall mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "scryfall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scryfall-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

scryfall mcp in other clients