Clockify Time Entry Manager

A MCP Server to manage your time entries in Clockify

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Clockify Time Entry Manager MCP server manually.

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.

Next implementations

  • Delete time entry tool
  • Edit time entry tool
  • Get another user time entries tool

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 ts-node globally

npm i -g ts-node

Then insert the MCP server in claude_desktop_config

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

You can also compile the Typescript code using tsc and then change the config to use default node command and point to the js file.

Share:
Details:
  • Stars


    4
  • Forks


    1
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Clockify Time Entry Manager:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Clockify Time Entry Manager: MCP Server – MCP.Bar