Toggl MCP · v1.0

What can you actually ask?

Six example prompts with real data from a real week. Click any to see the answer Claude generates and the chart that goes with it.

How this works: the Toggl MCP server hands Claude structured time tracking data — entries, projects, hours, daily breakdowns. Claude does the synthesis: prose, charts, comparisons. The prompts below ran against the maintainer's Toggl account for the week of Apr 27 → May 1, 2026 (35.9 hrs across 31 entries, 7 projects).
Prompt
Answer

Live data from the maintainer's Toggl · week of Apr 27 → May 1, 2026

Try it on your own Toggl

Two minutes to install. Your data stays local — the MCP runs on your machine and talks to Toggl directly with your API token.

# claude_desktop_config.json { "mcpServers": { "toggl": { "command": "npx", "args": ["-y", "@verygoodplugins/mcp-toggl"], "env": { "TOGGL_API_KEY": "your_token_here" } } } }