toggl-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@toggl-mcpLog 1 hour for design review from 2pm to 3pm ET with tag #design"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Toggl MCP
An MCP (Model Context Protocol) server that lets AI assistants log time entries to Toggl Track.
What it does
Exposes three tools to MCP clients (e.g. Claude):
get_tags— lists existing Toggl tags (cached daily)get_entry_descriptions— lists existing time entry descriptions (cached daily)create_time_entry— logs a new time entry with a start time, end time, description, and tag
Also exposes toggl://tags, toggl://entries, and toggl://now as MCP resources.
Time input is in Eastern Time (America/New_York) and converted to UTC before submission.
Related MCP server: Lazy Toggl MCP Server
Setup
Copy
.env.exampleto.envand fill in your values:
BASEURL=https://api.track.toggl.com/api/v9/
CACHE_FOLDER=cache
TOGGL_APIKEY=<your api key>
WORKSPACE_ID=<your workspace id>To find your workspace ID, call the /me endpoint with your API key.
Install dependencies (requires Python 3.10+):
uv syncRun the server:
uv run main.pyMCP Client Config
To use with Claude Desktop, add to your MCP config:
{
"mcpServers": {
"toggl": {
"command": "uv",
"args": ["run", "/path/to/toggl/main.py"]
}
}
}Running Tests
uv run pytestTests live in the tests/ directory. The dev dependency group includes pytest.
Where to get Toggl API Key
Log in to Toggl Track
Go to Profile Settings (click your avatar in the bottom-left)
Scroll to the bottom — your API token is listed under API Token
Click Click to reveal and copy the token
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saaqibz/toggl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server