Toggl

Toggl

Toggl is a time tracking application that helps users monitor and manage their work hours efficiently.

3VIEWS
2493USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app togglnpx @composio/cli add cursor --app togglnpx @composio/cli add cursor --app togglnpx @composio/cli add cursor --app toggl

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Client

Tool to create a new client in a workspace. use when you need to add a client to a workspace after workspace setup.

Create Organization

Tool to create a new organization with a default workspace. use when initializing a werklog organization and workspace in one step.

Create Project

Tool to create a new project in a workspace. use after confirming workspace id and desired project parameters.

Create Tag

Tool to create a new tag in a workspace. use when you need to add a tag after confirming workspace id and desired tag name.

Create Time Entry

Tool to create a new time entry in the specified workspace. use when you have workspace id, start time, and client name ready.

Delete Toggl Client

Tool to delete a client in toggl. use when you have confirmed the workspace and client ids and want to remove a client permanently.

Delete Tag

Tool to delete a tag from a workspace. use when you need to remove an unused tag after confirming its workspace and tag ids.

Get Client Details

Tool to retrieve details of a specific client. use when you need to fetch client metadata by its id from toggl.

Get Current Time Entry

Tool to retrieve the current running time entry for the authenticated user. use after starting the timer to fetch the active time entry.

List Clients

Tool to retrieve a list of clients from a toggl workspace. use when you need to list all clients with optional filters.

Get Organization Details

Tool to retrieve details of a specific organization by its id. use when you need organizational metadata after confirming the organization id.

Get Organization Groups

Tool to retrieve list of groups in a specified organization. use after confirming organization id.

Get Organization Users

Tool to retrieve all users in a toggl organization by organization id. use after confirming the target organization id.

Get Project Details

Tool to retrieve details of a specific project. use after confirming the workspace id and project id.

Get Projects

Tool to retrieve a list of projects from a toggl workspace. use after confirming workspace id. returns filtered and paginated projects with optional client details.

Get Tags

Tool to retrieve all tags in a toggl workspace. use after confirming the workspace id.

List Tasks

Tool to list tasks in a workspace or within a specific project.

Get Time Entries

Tool to list the latest time entries for the authenticated user. use when you need to fetch or filter your logged time entries by start date or end date.

Get Time Entry

Tool to retrieve a specific time entry by its id. use when you have the entry id and need its full details.

Get User Clients

Tool to fetch the list of clients accessible by the authenticated user. use when you need to see all clients available to the current toggl user.

20 actions available