KosmoKrator

productivity

Toggl MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API token auth

Toggl 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
route_slug
toggl
package
toggl
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 MCP Client Matrix

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

Toggl CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
toggl.toggl_create_time_entry Write write 7 Create a new time entry in a Toggl workspace. Provide a description, start time, and optionally a project and stop time.
toggl.toggl_get_current_user Read read 0 Get the authenticated Toggl user profile. Use this to verify your API token is working.
toggl.toggl_get_project Read read 2 Get details for a single Toggl project by ID.
toggl.toggl_get_time_entry Read read 1 Get details for a single Toggl time entry by ID.
toggl.toggl_list_projects Read read 2 List projects in a Toggl workspace. Optionally filter for active projects only.
toggl.toggl_list_time_entries Read read 2 List recent Toggl time entries. Optionally filter by date range.
toggl.toggl_list_workspaces Read read 0 List all Toggl workspaces the authenticated user belongs to. Returns workspace IDs and names needed for other Toggl tools.