MTG Bench for VS Code
com.mtgbench/mtgbench
Magic: The Gathering card search, rules, rulings, deck analysis, brackets, and combo detection.
client:VS Code
transport:streamable-http
tools:19
Install MTG Bench in VS Code
.vscode/mcp.json
{
"servers": {
"mtgbench": {
"type": "http",
"url": "https://mtgbench.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs