deck of cards mcp for Gemini CLI
io.github.mrfentmen/deck-of-cards-mcp
Shuffle decks and draw cards from Deck of Cards. No key required.
client:Gemini CLI
transport:stdio
runtime:npm
Install deck of cards mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"deck-of-cards-mcp": {
"command": "npx",
"args": [
"-y",
"deck-of-cards-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs