Track Toggl time from an MCP client with timer controls, project lookup, entry deletion, and daily or weekly reports.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Toggl MCP.
toggl_startStart a new timer with a description and optional project.
toggl_stopStop the currently running timer.
toggl_currentGet information about the currently running timer.
toggl_todayGet all time entries for today with total duration.
toggl_projectsList all projects in your workspace.
toggl_deleteDelete a time entry by its ID.
The louis030195/toggl-mcp MCP server exposes Toggl Track time-tracking actions as MCP tools. It supports both active-timer operations and reporting workflows, so an MCP client can record work, inspect the current session, and review accumulated hours.
The available operations include starting a timer with a description and optional project, stopping the running timer, and retrieving details about the current timer. Agents can also list projects in the connected workspace and remove a time entry by ID. Reporting tools return today's entries and total duration, or a weekly view with total hours, daily totals, project totals, and the underlying entries.
The server runs locally as a Node-based MCP process and uses the Toggl API token supplied through its environment. An MCP client sends tool calls over the local server connection; the server then performs the corresponding Toggl Track operation.
Weekly reporting accepts an optional week_offset value. Zero represents the current week, -1 selects the previous week, and more negative values select earlier weeks. The toggl_last_week tool provides the previous-week case directly and is equivalent to calling the weekly tool with week_offset: -1.
The louis030195/toggl-mcp MCP server requires the TOGGL_API_KEY environment variable. The README directs users to the API Token section of their Toggl Track profile to obtain the value.
For Claude Desktop, add a server entry that runs npx -y @louis030195/toggl-mcp and passes TOGGL_API_KEY in the entry's environment. The README also gives a Claude Code command using the same package and environment variable. For local development, clone the repository, run npm install, build with npm run build, and start it with TOGGL_API_KEY set.
toggl_start: starts a timer with a description and optional project.toggl_stop: stops the currently running timer.toggl_current: returns information about the active timer.toggl_today: lists today's entries and their total duration.toggl_projects: lists projects in the workspace.toggl_delete: deletes a time entry using its ID.toggl_weekly: reports weekly totals, daily and project breakdowns, and all entries for the selected week.toggl_last_week: returns the previous week's report.The louis030195/toggl-mcp MCP server is focused on the operations documented in the repository. The material does not describe editing existing entries, creating projects, changing workspace settings, or supporting multiple Toggl accounts. Deletion requires the relevant time-entry ID, while starting a timer accepts a project optionally rather than requiring one.
The documented client configuration specifically covers Claude Desktop and Claude Code. The README also states that the server can be used with ChatGPT or other LLM clients that support MCP, but it does not provide configuration instructions for those clients.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/louis030195-toggl-mcp)<a href="https://allmcps.com/mcp/louis030195-toggl-mcp"><img src="https://allmcps.com/api/badge/louis030195-toggl-mcp?style=directory" alt="Toggl MCP on AllMCPs" /></a>