
Clockify
STDIOMCP server for Clockify time-tracking automation, reporting, and workspace management.
MCP server for Clockify time-tracking automation, reporting, and workspace management.
This MCP server allows LLMs (such as Cursor or Claude) to interact with your Clockify workspace, enabling advanced time-tracking automation and reporting. With this server, you can:
Add the following to your Cursor or Claude settings.json
(replace YOUR_API_KEY
):
{ "mcpServers": { "clockify-mcp": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "CLOCKIFY_API_KEY=<YOUR_API_KEY>", "ghcr.io/inakianduaga/clockify-mcp:latest" ], "disabled": false, "autoApprove": [] } } }
This project uses GitHub Actions to automatically build and publish the Docker image to GitHub Container Registry (GHCR) on every push to main
.
ghcr.io/inakianduaga/clockify-mcp:latest
docker pull ghcr.io/inakianduaga/clockify-mcp:latest
You can view published images in the "Packages" section of your GitHub profile or repository.
Development has been done using cursor together with optimized rules. See: https://github.com/Bhartendu-Kumar/rules_template
This project is licensed under the MIT License. See the LICENSE file for details.