Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Clockify

FreeNot checked

A MCP Server to manage your time entries in Clockify

GitHubEmbed

About

A MCP Server to manage your time entries in Clockify

README

smithery badge

This MCP Server integrates with AI Tools to manage your time entries in Clockify, so you can register your time entries just sending an prompt to LLM.

Using in Claude Desktop

Installing via Smithery

To install clockify-mcp-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude

Installing Manually

First, install tsx globally

npm i -g tsx

Then insert the MCP server in claude_desktop_config

{
  "mcpServers": {
    "clockify-time-entries": {
      "command": "tsx",
      "args": ["ABSOLUTE_PATH/src/index.ts", "--local"],
      "env": {
        "CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
        "CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
      }
    }
  }
}

from github.com/https-eduardo/clockify-mcp-server

Installing Clockify

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/https-eduardo/clockify-mcp-server

FAQ

Is Clockify MCP free?

Yes, Clockify MCP is free — one-click install via Unyly at no cost.

Does Clockify need an API key?

No, Clockify runs without API keys or environment variables.

Is Clockify hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Clockify in Claude Desktop, Claude Code or Cursor?

Open Clockify on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Clockify with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs