Clockify Timer MCP Server
Provides tools for managing Clockify timers, including starting and stopping timers, checking the currently running timer, listing recent time entries, and retrieving workspaces and projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clockify Timer MCP ServerStart a timer for API refactoring work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| List your Clockify workspaces |
| List projects in a workspace |
| Start a timer (auto-stops any running timer first) |
| Stop the current timer |
| Check what's currently running |
| 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 vulnerabilitiesError 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
This server cannot be installed
Maintenance
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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