Back to MCP Servers

Toggl

Time tracking integration with Toggl Track. Start/stop timers, manage time entries, track project time, and get today's summary. Perfect for productivity tracking and billing workflows.

workplace-productivity

Installation

npx -y toggl-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub