Clockify MCP Server
Enables time tracking integration with Clockify, including starting and stopping timers, managing projects and tasks, and summarizing time entries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clockify MCP Serverstart timer for project 'website' with description 'fixing navbar'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unofficial Model Context Protocol server and Agent Skills for Clockify - start/stop timers, map coding work to projects, and summarize sessions in Cursor and other MCP hosts.
Not affiliated with, endorsed by, or sponsored by Clockify or Cake.com. Third-party connector only.
Layout
clockify-mcp-server/
├── .cursor-plugin/plugin.json
├── assets/logo.svg
├── docs/
├── skills/
├── src/
├── mcp.json
├── package.json
└── README.mdRelated MCP server: timely-mcp-server
Getting started
Create a Clockify API key (Preferences → Advanced → Manage API Keys). Optionally pin
CLOCKIFY_WORKSPACE_ID.Install clockify from the Cursor Marketplace (or Customize → Plugins).
Set plugin variables when prompted; confirm Customize → MCP shows Clockify enabled.
# Local clone instead of Marketplace — see docs
npm install && npm run build
npm run dev:linkCredentials detail and non-Cursor hosts: docs/setup.md. Full doc index: docs/README.md.
Tools
Tool | Purpose |
| Effective |
| Authenticated user + workspace IDs |
| List workspaces |
| List / filter projects |
| Find or create project by name |
| List tags |
| List tasks on a project |
| Find or create task (e.g. GitHub label) |
| Current running timer (+ inactivity hint) |
| Start a timer (supports description template fields) |
| Stop the running timer (optional rounding) |
| Create a completed entry |
| List entries in a window |
| Today's totals by project |
Skills
Skill | Purpose |
Daily start/stop/summary; honors | |
Bootstrap yaml + project + label→task sync | |
Wire Cursor rules/hooks from yaml triggers |
Packaging
File | Role |
| Cursor Plugin / Marketplace |
| Agent Plugins portable manifest |
| MCP server entry for plugins |
|
Clockify MCP Server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceMCP Server to log time and view Jira statistics directly from Cursor IDE.
- Flicense-qualityAmaintenanceMCP server for Timely time tracking API. Connects Claude Code to your Timely account for reading and creating time entries, projects, tasks, and users.4
- Alicense-qualityDmaintenanceMCP server that enables AI agents to interact with Clockify time tracking via curated workflows and a generic API tool for managing workspaces, projects, tasks, and time entries.8MIT
- AlicenseBqualityCmaintenanceMCP server for Clockify time tracking, enabling CRUD operations on workspaces, projects, tasks, clients, tags, users, and time entries.36MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dustinestes/clockify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server