Skip to content
Cursor

scryfall mcp for Cursor

io.github.mrfentmen/scryfall-mcp

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

client:Cursor transport:stdio runtime:npm

Install scryfall mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "scryfall-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scryfall-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

scryfall mcp in other clients