clickup for Gemini CLI
io.usefulapi/clickup
Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.
client:Gemini CLI
transport:streamable-http
Install clickup in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clickup": {
"httpUrl": "https://clickup.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs