trackmcp
Back to directory
https-eduardo

clockify-mcp-server

View on GitHub

A MCP Server to manage your time entries in Clockify

7 stars TypeScriptServers & Infrastructure Updated Jul 24, 2025

Documentation

Clockify MCP Server

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:

bash
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`

json
{
  "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"
      }
    }
  }
}

Frequently asked questions

What is clockify-mcp-server?

clockify-mcp-server is A MCP Server to manage your time entries in Clockify

How do I install clockify-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is clockify-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/https-eduardo/clockify-mcp-server and has 7 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP