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_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Toggl Track CLIHeadless setup and direct function calls. Toggl Track MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Toggl Track MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Toggl Track.
Claude Code Toggl Track MCP setup for Claude Code. Cursor Toggl Track MCP setup for Cursor. Codex Toggl Track MCP setup for Codex. OpenAI Agents Toggl Track MCP setup for OpenAI Agents SDK. Claude Agent SDK Toggl Track MCP setup for Claude Agent SDK. Vercel AI SDK Toggl Track MCP setup for Vercel AI SDK. LangChain Toggl Track MCP setup for LangChain. LangGraph Toggl Track MCP setup for LangGraph. CrewAI Toggl Track MCP setup for CrewAI. MCP clients Toggl Track MCP setup for Generic MCP Clients.
Toggl Track CLI Matrix
Use these pages for direct Toggl Track CLI workflows in scripts, CI, cron, and agent wrappers.
CI Toggl Track CLI for CI. Cron Jobs Toggl Track CLI for cron jobs. Shell Scripts Toggl Track CLI for shell scripts. Headless Automation Toggl Track CLI for headless automation. Coding Agents Toggl Track CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |