QQuickpick for Gemini CLI
io.github.ravesteijntjes/qquickpick
Search movies/TV by mood, genre, score, cast, and awards, filtered to what's streaming near you.
client:Gemini CLI
transport:streamable-http
tools:2
Install QQuickpick in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"qquickpick": {
"httpUrl": "https://qquickpick.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