Sponsored by Deepsite.site

Clockify Time Tracking

Created By
tracegazer13 days ago
clockify-mcp exposes the Clockify time-tracking API as Model Context Protocol tools so any MCP client (Claude Desktop, Cursor, etc.) can query and manage time-tracking data in natural language. Covers 18 domains: workspaces, users, groups, clients, projects, tasks, tags, time entries, reports (detailed/summary/weekly/attendance/expense + PDF/CSV/XLSX export), shared reports, time off, holidays, expenses, approvals, custom fields, scheduling, invoices, and webhooks. 48 read tools are always available; 64 write tools are opt-in via CLOCKIFY_ACCESS_MODE (read | time-tracking | full). Auth is a single Clockify API key (X-Api-Key). Optional OpenTelemetry OTLP export for traces/metrics/logs.
Overview

Clockify MCP Server

An MCP server for the Clockify time-tracking API. It exposes Clockify operations as Model Context Protocol tools so any MCP-compatible client (Claude Desktop, Cursor, etc.) can query and manage your time-tracking data in natural language.

112 tools across 18 domains — 48 read tools (always on) + 64 write tools (opt-in).

Features

  • Core: workspaces, users, groups, clients, projects, tasks, tags
  • Time entries: list/get/create/update/delete, duplicate, bulk update, start/stop timers, log time for another user
  • Reports: detailed, summary, weekly, attendance, and expense reports — as JSON or exported to PDF/CSV/XLSX
  • Shared reports: list, generate-by-id, and full CRUD
  • More domains: time off, holidays, expenses (with receipt upload), approvals, custom fields, scheduling, invoices, webhooks
  • Pagination: per-page or fetch_all to follow pagination automatically
  • Observability: optional OpenTelemetry OTLP export (traces, metrics, logs)

Install

Requires Python 3.12+ and uv. No install step — uvx runs it on demand.

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "clockify": {
      "command": "uvx",
      "args": ["clockify-mcp"],
      "env": {
        "CLOCKIFY_API_KEY": "your-clockify-api-key"
      }
    }
  }
}

Get your API key from Clockify → Profile Settings → API.

Configuration

┌───────────────────────────────┬──────────┬──────────────────────────────────────────────────┐
│           Variable            │ Required │                   Description                    │
├───────────────────────────────┼──────────┼──────────────────────────────────────────────────┤
│ CLOCKIFY_API_KEY              │ yes      │ Your Clockify API key (sent as X-Api-Key)        │
├───────────────────────────────┼──────────┼──────────────────────────────────────────────────┤
│ CLOCKIFY_ACCESS_MODE          │ no       │ read (default), time-tracking, or full           │
├───────────────────────────────┼──────────┼──────────────────────────────────────────────────┤
│ CLOCKIFY_DEFAULT_WORKSPACE_ID │ no       │ Default workspace when a tool omits workspace_id │
├───────────────────────────────┼──────────┼──────────────────────────────────────────────────┤
│ CLOCKIFY_REGION               │ no       │ Regional endpoint (e.g. euc1)                    │
├───────────────────────────────┼──────────┼──────────────────────────────────────────────────┤
│ CLOCKIFY_TELEMETRY            │ no       │ Set true to enable OpenTelemetry OTLP export     │
└───────────────────────────────┴──────────┴──────────────────────────────────────────────────┘

Access modes

Read-only by default. Set CLOCKIFY_ACCESS_MODE:

- read — read tools only (default)
- time-tracking — adds time-entry writes for logging hours
- full — all 64 write tools (CLOCKIFY_ENABLE_WRITES=true is an alias)

delete_* tools are irreversible.

Paid features

Time off, holidays, invoices, approvals, expenses, custom fields, and scheduling require a paid Clockify plan and the module enabled in Workspace Settings. The server returns clear error categories (PLAN_REQUIRED / ACCESS_DENIED) so you know which is missing.
Time-based and shared reports work on the free plan.

Links

- PyPI: https://pypi.org/project/clockify-mcp/
- GitHub: https://github.com/tracegazer/clockify-mcp
- License: MIT

Server Config

{
  "mcpServers": {
    "clockify": {
      "command": "uvx",
      "args": [
        "clockify-mcp"
      ],
      "env": {
        "CLOCKIFY_API_KEY": "your-clockify-api-key"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
ChatWiseThe second fastest AI chatbot™
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server