Tarotoo Tarot for Gemini CLI
io.github.tarotoo-com/tarotoo-mcp-server
All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws.
client:Gemini CLI
transport:stdio
runtime:npm
Install Tarotoo Tarot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tarotoo-mcp-server": {
"command": "npx",
"args": [
"-y",
"tarotoo-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs