Desktime

Desktime

DeskTime is an automatic time tracking software that helps teams and freelancers monitor productivity, manage projects, and analyze work habits.

3VIEWS
2529USERS

Install MCP Server

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

npx @composio/cli add cursor --app desktimenpx @composio/cli add cursor --app desktimenpx @composio/cli add cursor --app desktimenpx @composio/cli add cursor --app desktime

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

Available Tools

Create Project With Optional Task

Tool to create a new project with an optional initial task. use when you need to set up a new desktime project programmatically.

Get Account Details

Tool to retrieve detailed information about the authenticated user's company account. use after confirming the api key is valid to fetch company name, work settings, account timezone, and timestamp.

Get All Company Employees

Tool to list all employees in the company, including their roles and statuses. use after confirming valid credentials to fetch the organization’s roster.

Get Employee Data

Tool to fetch data for all employees within the company. use after verifying the api key is valid.

Get Employee Projects

Tool to retrieve information about projects assigned to employees, including project names, durations, and statuses. use when you need to fetch per-employee project tracking data for a specific date.

Get Projects List

Tool to retrieve all active projects for the company, including related tasks. use when you need projects overview after authentication.

Ping Desktime Api

Tool to check the api's availability and confirm the service is operational. use when you need to verify that the desktime api is reachable and responsive.

Start Project Task

Tool to start tracking time for a specified project and optional task. use when you need to begin timing work on a project and optionally tag a task.

Stop Project Task

Tool to stop tracking time for a specified project and optional task. use when you have finished work and need to record end time.

9 actions available