Time Management

Clockify MCP Server

Connect your account, then chat with AI to run tools.

Clockify is a time tracking platform for workspaces, clients, projects, tasks, tags, user groups, and billable time entries.

Managed
18 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Clockify — workflow patterns, data models, and gotchas for your AI agent.

Clockify

Clockify tracks billable and non-billable work by workspace. Most resources are workspace-scoped; tasks are nested under projects; time entries can be read by id or listed for one user.

Working Order

  • Start with the current user profile to discover defaultWorkspace, activeWorkspace, and the current id.
  • Use the workspace id for clients, projects, tags, users, user groups, and time entries.
  • Use the project id before reading or writing tasks because task endpoints are project-scoped.
  • Use a time entry id for single-record time entry reads, updates, and deletes. Use user_id when listing a user's time entries.

CRUD Rules

  • Upsert tools create when id is omitted and update when id is supplied.
  • Delete tools remove the upstream resource. For projects, tags, tasks, and time entries, prefer fetching the record first when the id came from user text.
  • Clockify expects ISO-8601 timestamps for time entry start and end, and ISO-8601 durations such as PT1H30M for task estimates.

Tools in this Server (18)

Clockify Delete Client

Delete a client from a Clockify workspace.

Clockify Delete Project

Delete a project from a Clockify workspace.

Clockify Delete Tag

Delete a tag from a Clockify workspace.

Clockify Delete Task

Delete a task from a Clockify project.

Clockify Delete Time Entry

Delete a time entry from a Clockify workspace.

Clockify Get Clients

List clients in a workspace or fetch a single client by id.

Clockify Get Current User

Get the authenticated Clockify user's profile. Use this first to discover the user's id plus activeWorkspace/defaultWorkspace ids before calling works...

Clockify Get Projects

List projects in a workspace or fetch a single project by id.

Clockify Get Tags

List tags in a workspace or fetch a single tag by id.

Clockify Get Tasks

List tasks under a project or fetch a single task by id.

Clockify Get Time Entries

Fetch a time entry by id, or list entries for a user when user_id is supplied. Clockify does not expose a general workspace-wide time-entry list in th...

Clockify Get User Groups

List user groups in a Clockify workspace.

Clockify Get Users

List users in a workspace or fetch one member profile by id. Use the current-user tool first when you need the workspace id.

Clockify Upsert Client

Create or update a Clockify client. Omit id to POST a new client; supply id to PUT updates to an existing client.

Clockify Upsert Project

Create or update a Clockify project. Omit id to POST a new project; supply id to PUT updates to an existing project.

Clockify Upsert Tag

Create or update a Clockify tag. Omit id to POST a new tag; supply id to PUT updates to an existing tag.

Clockify Upsert Task

Create or update a task under a Clockify project. Omit id to POST a new task; supply id to PUT updates to an existing task.

Clockify Upsert Time Entry

Create or update a Clockify time entry. Omit id to create; supply id to update. For another user's create path, include user_id.

Frequently Asked Questions

What is the Clockify MCP server?

Clockify is a time tracking platform for workspaces, clients, projects, tasks, tags, user groups, and billable time entries. It provides 18 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Clockify to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/clockify. Authentication is handled automatically.

How many tools does Clockify provide?

Clockify provides 18 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Clockify require?

Clockify uses API Key. Clockify requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Clockify to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/clockify

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This MCP server groups tools behind an endpoint that many clients can use.

Use this MCP server in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Clockify?

Sign in to connect your credentials and start running tools from the chat.