Skip to content
Gemini CLI

Toggl 2.0 for Gemini CLI

io.github.toggl/toggl-mcp

Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.

client:Gemini CLI transport:stdio runtime:npm

Install Toggl 2.0 in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "toggl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@togglhq/mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Toggl 2.0 in other clients