MTG Bench for Gemini CLI
com.mtgbench/mtgbench
Magic: The Gathering card search, rules, rulings, deck analysis, brackets, and combo detection.
client:Gemini CLI
transport:streamable-http
tools:19
Install MTG Bench in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mtgbench": {
"httpUrl": "https://mtgbench.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs