mtg oracle for VS Code
io.github.gregario/mtg-oracle
Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence
client:VS Code
transport:stdio
runtime:npm
Install mtg oracle in VS Code
.vscode/mcp.json
{
"servers": {
"mtg-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mtg-oracle"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs