mcpbeat Sign in

Clockify Time Tracking MCP Server

local only

Clockify Time Tracking runs on your own machine — the client starts it, so there is no endpoint to ping. 139 installs a week from pypi. Last commit 12 Jun 2026.

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

Installs per day peak 78 · avg 23 · -9% w/w
a month agotoday
139
Installs / week
pypi · clockify-mcp
1
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Clockify Time Tracking every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clockify-mcp -- uvx clockify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clockify-mcp": {
      "args": [
        "clockify-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clockify-mcp]
command = "uvx"
args = ["clockify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clockify-mcp": {
      "args": [
        "clockify-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clockify-mcp": {
      "args": [
        "clockify-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CLOCKIFY_API_KEY (Clockify API key (Profile Settings -> API).), CLOCKIFY_ACCESS_MODE (Write access mode: read (default, read-only) | time-tracking (time-entry writes only) | full (all writes)), CLOCKIFY_DEFAULT_WORKSPACE_ID (Default workspace id used when a tool call omits workspace_id.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clockify Time Tracking

same job, measured the same way
Dieta.ai
by mcp-dir

Nutrition tracking by Dieta.ai. Read your food log with macros (calories, protein, carbs, fat, fiber

19 tools answering
VMware Debug
by zw008

Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools.

930 installs/wk local only
Uptimeify
by uptimeify

Free anonymous website, DNS, email and TLS checks, plus monitor read and opt-in write access.

20 tools answering
VMware Monitor
by zw008

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

3 221 installs/wk local only
IntakeQ MCP
by oktopeak

IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write

40 installs/wk local only
gws-admin-mcp
by antct11

Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log.

local only
InvGate Service Desk
by tracegazer

InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.

93 installs/wk local only
HomeLab Monitor
by sikamikanikobg

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

local only

Clockify Time Tracking — questions

Answers built from our own checks of this server.

Why is there no uptime for Clockify Time Tracking?
Clockify Time Tracking runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clockify-mcp was installed 139 times last week.
How do I connect Clockify Time Tracking?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clockify-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Clockify Time Tracking?
The pypi package clockify-mcp was installed 139 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clockify Time Tracking open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.