Skip to content
VS Code

scryfall mcp for VS Code

io.github.mrfentmen/scryfall-mcp

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

client:VS Code transport:stdio runtime:npm

Install scryfall mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

scryfall mcp in other clients