Skip to main content
Glama
el3mentdev

Clockify Timer MCP Server

by el3mentdev

Clockify Timer MCP Server

Minimal MCP server for managing Clockify timers. Start/stop timers, check what's running, and view recent entries — all through Claude.

Tools

Tool

Description

get-workspaces

List your Clockify workspaces

get-projects

List projects in a workspace

start-timer

Start a timer (auto-stops any running timer first)

stop-timer

Stop the current timer

current-timer

Check what's currently running

recent-entries

List recent time entries

Setup

1. Get your Clockify API token

Go to Clockify Profile Settings → scroll to "API" → generate or copy your API key.

2. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "clockify": {
      "command": "npx",
      "args": ["tsx", "/ABSOLUTE/PATH/TO/clockify-mcp/src/index.ts"],
      "env": {
        "CLOCKIFY_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

3. Use it

  • "Start a timer for API refactoring work"

  • "What timer is running right now?"

  • "Stop the timer"

  • "Show my last 5 time entries"

  • "Start tracking meeting prep, billable, on the Acme project"

Security notes

  • No shared mutable state — client config is immutable, no global singletons

  • All Clockify IDs validated against 24-char hex pattern before URL interpolation (prevents path traversal)

  • No axios — uses native fetch, zero HTTP dependency vulnerabilities

  • Error sanitization — API errors are truncated and never leak auth headers

  • Fail-fast — exits immediately if API token is missing

  • 0 npm audit vulnerabilities at time of creation

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.

  • Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

View all MCP Connectors

Latest Blog Posts

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/el3mentdev/clockify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server