Clockify

Clockify

Clockify is a free time tracking software that allows individuals and teams to track work hours across projects.

64VIEWS
2576USERS

Install MCP Server

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

npx @composio/cli add cursor --app clockifynpx @composio/cli add cursor --app clockifynpx @composio/cli add cursor --app clockifynpx @composio/cli add cursor --app clockify

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

Available Tools

Create Client

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

Create Webhook

Tool to create a new webhook in a workspace. use when you want to subscribe to workspace events by registering a callback url.

Delete Client

Tool to delete a client from a workspace. use after archiving the client and confirming no associated data exists.

Delete Webhook

Tool to delete a webhook from a workspace. use when you need to remove an existing webhook by its id.

Filter Workspace Users

Tool to filter users in a workspace by advanced criteria. use when you need a paginated, sortable list of workspace users matching multiple filters.

Find All Users On Workspace

Tool to list all users in a workspace. use when you need to retrieve workspace members after confirming the workspace id. example: "find all users on workspace 64a687e29ae1f428e7ebe303."

Find User's Team Managers

Tool to get managers of a user in a workspace. use after confirming workspace and user ids are correct.

Generate New Webhook Token

Tool to generate a new webhook token. use after confirming workspace and webhook ids.

Get All Addon Webhooks

Tool to list all webhooks for an addon in a workspace. use after confirming workspace and addon ids.

Get All My Workspaces

Tool to list all workspaces the user belongs to. use when you need an overview of accessible workspaces after authentication.

Get All Webhooks

Tool to list all webhooks in a workspace. use when you need to retrieve defined webhooks after confirming the workspace id.

Get Client By Id

Tool to get details of a client by id. use after confirming workspace and client ids.

Get Clients

Tool to list clients in a workspace. use after obtaining a workspace id.

Get Currently Logged In User Info

Tool to retrieve info about the authenticated user. use when verifying credentials and needing current user context after authentication.

Get Holidays

Tool to retrieve all holidays for a workspace. use when you need to list or filter workspace holidays after confirming the workspace id.

Get Holidays In Period

Tool to retrieve holidays in a specific period. use when you need holidays assigned to a user between two dates after confirming the workspace id.

Get Member's Profile

Tool to get a member's profile in a workspace. use when you need detailed profile info after identifying the workspace and user.

Get Webhook By Id

Tool to get details of a specific webhook. use after confirming workspace and webhook id.

Get Workspace Info

Tool to get details of a specific workspace. use after obtaining the workspace id.

19 actions available