KosmoKrator

productivity

Toggl Track MCP, CLI, and Lua Integration for AI Agents

Toggl Track integration docs for AI agents: MCP gateway setup, Toggl Track CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API token auth

Toggl Track for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
toggl-track
route_slug
toggl-track
package
toggl-track
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Toggl Track MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Toggl Track.

Toggl Track CLI Matrix

Use these pages for direct Toggl Track CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
toggl-track.toggl_list_time_entries Read read 5 List time entries from Toggl Track. Filter by date range, workspace, or project. Returns recent time entries by default.
toggl-track.toggl_get_time_entry Read read 1 Get detailed information about a specific Toggl Track time entry by its ID.
toggl-track.toggl_create_time_entry Write write 8 Create a new time entry in Toggl Track. Provide a description, workspace, start time, and duration. Optionally assign to a project, add tags, or mark as billable.
toggl-track.toggl_list_projects Read read 2 List projects from Toggl Track. Optionally filter by workspace or active status.
toggl-track.toggl_get_project Read read 1 Get detailed information about a specific Toggl Track project by its ID.
toggl-track.toggl_list_workspaces Read read 0 List all Toggl Track workspaces accessible to the authenticated user. Returns workspace IDs and names needed for other operations.
toggl-track.toggl_get_current_user Read read 0 Get the authenticated Toggl Track user profile, including email, name, default workspace, and time zone.