Clockify MCP Server
Unofficial MCP server for Clockify time tracking. Enables starting/stopping timers, mapping coding work to projects, and summarizing sessions in Cursor and other MCP hosts.
README
<br><br>
<p align="center"> <img src="assets/logo.svg" alt="Clockify MCP (unofficial)" width="128"> </p>
<br>
<p align="center"> <img src="https://img.shields.io/badge/status-pre--release-2F4A34?style=flat-square&labelColor=2A2620" alt="Pre-release"> <img src="https://img.shields.io/badge/stack-TypeScript%20%2F%20MCP-2F4A34?style=flat-square&labelColor=2A2620" alt="TypeScript / MCP"> <img src="https://img.shields.io/badge/license-MIT-2F4A34?style=flat-square&labelColor=2A2620" alt="MIT"> </p>
<br>
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.
<br>
Layout
clockify-mcp-server/
├── .cursor-plugin/plugin.json
├── assets/logo.svg
├── docs/
├── skills/
├── src/
├── mcp.json
├── package.json
└── README.md
<br>
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:link
Credentials detail and non-Cursor hosts: docs/setup.md. Full doc index: docs/README.md.
<br>
<br>
Tools
| Tool | Purpose |
|---|---|
clockify_get_config |
Effective .clockify.yml standards |
clockify_get_user |
Authenticated user + workspace IDs |
clockify_list_workspaces |
List workspaces |
clockify_list_projects |
List / filter projects |
clockify_ensure_project |
Find or create project by name |
clockify_list_tags |
List tags |
clockify_list_tasks |
List tasks on a project |
clockify_ensure_task |
Find or create task (e.g. GitHub label) |
clockify_get_running_timer |
Current running timer (+ inactivity hint) |
clockify_start_timer |
Start a timer (supports description template fields) |
clockify_stop_timer |
Stop the running timer (optional rounding) |
clockify_create_time_entry |
Create a completed entry |
clockify_list_time_entries |
List entries in a window |
clockify_today_summary |
Today's totals by project |
Skills
| Skill | Purpose |
|---|---|
clockify-coding-time |
Daily start/stop/summary; honors .clockify.yml |
clockify-project-init |
Bootstrap yaml + project + label→task sync |
clockify-project-init-automated |
Wire Cursor rules/hooks from yaml triggers |
<br>
<br>
Packaging
| File | Role |
|---|---|
.cursor-plugin/plugin.json |
Cursor Plugin / Marketplace |
plugin.json |
Agent Plugins portable manifest |
mcp.json |
MCP server entry for plugins |
skills/ |
Agent Skills |
<br>
<br>
<strong>Clockify MCP Server</strong> <div align="right">
</div> <br clear="both">
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.