Clockify Time Tracking
Rank #43,014io.github.tracegazer/clockify-mcp
Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.
Clockify Time Tracking is a Model Context Protocol (MCP) server published by tracegazer. It ranks #43,014 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Clockify Time Tracking is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Jun 8, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 89,099 of 132,113 servers on MCP Toplist.
Use Clockify Time Tracking
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clockify-mcp -e "CLOCKIFY_API_KEY=<your CLOCKIFY_API_KEY>" -e "CLOCKIFY_ACCESS_MODE=<your CLOCKIFY_ACCESS_MODE>" -e "CLOCKIFY_DEFAULT_WORKSPACE_ID=<your CLOCKIFY_DEFAULT_WORKSPACE_ID>" -- uvx clockify-mcpReplace each placeholder with your own value before saving.
claude mcp add clockify-mcp -e "CLOCKIFY_API_KEY=<your CLOCKIFY_API_KEY>" -e "CLOCKIFY_ACCESS_MODE=<your CLOCKIFY_ACCESS_MODE>" -e "CLOCKIFY_DEFAULT_WORKSPACE_ID=<your CLOCKIFY_DEFAULT_WORKSPACE_ID>" -- docker run -i --rm ghcr.io/tracegazer/clockify-mcp:0.3.2Replace each placeholder with your own value before saving.
[mcp_servers.clockify-mcp]
command = "uvx"
args = ["clockify-mcp"]
[mcp_servers.clockify-mcp.env]
CLOCKIFY_API_KEY = "<your CLOCKIFY_API_KEY>"
CLOCKIFY_ACCESS_MODE = "<your CLOCKIFY_ACCESS_MODE>"
CLOCKIFY_DEFAULT_WORKSPACE_ID = "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.clockify-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/tracegazer/clockify-mcp:0.3.2"]
[mcp_servers.clockify-mcp.env]
CLOCKIFY_API_KEY = "<your CLOCKIFY_API_KEY>"
CLOCKIFY_ACCESS_MODE = "<your CLOCKIFY_ACCESS_MODE>"
CLOCKIFY_DEFAULT_WORKSPACE_ID = "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "uvx",
"args": [
"clockify-mcp"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/clockify-mcp:0.3.2"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "uvx",
"args": [
"clockify-mcp"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/clockify-mcp:0.3.2"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clockify-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clockify-mcp"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"clockify-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/clockify-mcp:0.3.2"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "uvx",
"args": [
"clockify-mcp"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/clockify-mcp:0.3.2"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "uvx",
"args": [
"clockify-mcp"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clockify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tracegazer/clockify-mcp:0.3.2"
],
"env": {
"CLOCKIFY_API_KEY": "<your CLOCKIFY_API_KEY>",
"CLOCKIFY_ACCESS_MODE": "<your CLOCKIFY_ACCESS_MODE>",
"CLOCKIFY_DEFAULT_WORKSPACE_ID": "<your CLOCKIFY_DEFAULT_WORKSPACE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tracegazer%2Fclockify-mcp)<a href="https://mcptoplist.com/server/io.github.tracegazer%2Fclockify-mcp"><img src="https://mcptoplist.com/badge/io.github.tracegazer%2Fclockify-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
tracegazer
Other servers by tracegazer
View all tracegazer servers →Available versions (4)
| Version | Published |
|---|---|
| 0.3.2 | Jun 9, 2026 |
| 0.3.1 | Jun 8, 2026 |
| 0.3.0 | Jun 8, 2026 |
| 0.2.2 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Clockify Time Tracking?
- Clockify Time Tracking is maintained by tracegazer, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Clockify Time Tracking listed on the Official MCP Registry?
- Yes — Clockify Time Tracking is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Clockify Time Tracking have?
- MCP Toplist tracks 4 versions of Clockify Time Tracking, most recently published on Jun 9, 2026.
- Where can I find the source code for Clockify Time Tracking?
- The source code for Clockify Time Tracking is hosted at github.com/tracegazer/clockify-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.