toggl-mcp

jasleen19/toggl-mcp

3.3

If you are the rightful owner of toggl-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Toggl MCP Server is a Model Context Protocol server designed to interact with the Toggl Track API v9, enabling AI assistants to manage time tracking and related tasks through a standardized interface.

Tools
19
Resources
0
Prompts
0

Toggl MCP Server

PyPI version

MCP server for Toggl

Prerequisites

Configuration

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "toggl-mcp": {
      "command": "uvx",
      "args": ["--refresh", "toggl-mcp"],
      "env": {
        "TOGGL_API_TOKEN": "YOUR_API_TOKEN",
        "TOGGL_WORKSPACE_ID": "YOUR_WORKSPACE_ID"
      }
    }
  }
}

Claude Code

claude mcp add toggl-mcp -s user \
  --command uvx \
  --args toggl-mcp \
  --env TOGGL_API_TOKEN=YOUR_API_TOKEN \
  --env TOGGL_WORKSPACE_ID=YOUR_WORKSPACE_ID

License

MIT