jasleen19/toggl-mcp
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
Functions exposed to the LLM to take actions
toggl_get_user
Get current user information
toggl_list_workspaces
List all available workspaces
toggl_list_organizations
List user's organizations
toggl_list_projects
List all projects in a workspace
toggl_create_project
Create a new project
toggl_list_time_entries
List time entries within a date range
toggl_get_current_timer
Get the currently running time entry
toggl_start_timer
Start a new timer
toggl_stop_timer
Stop a running time entry
toggl_create_time_entry
Create a completed time entry
toggl_list_tags
List all tags in a workspace
toggl_create_tag
Create a new tag
toggl_list_clients
List all clients in a workspace
toggl_create_client
Create a new client
toggl_bulk_create_time_entries
Create multiple time entries at once
toggl_bulk_update_time_entries
Update multiple time entries at once
toggl_bulk_delete_time_entries
Delete multiple time entries at once
toggl_list_project_tasks
List tasks for a project
toggl_create_project_task
Create a task for a project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client