Clockify MCP Server
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.
Clockify Time Entry Manager
Project Details
- https-eduardo/clockify-mcp-server
- Last Updated: 5/2/2025
Recomended MCP Servers
MCP tool to allow multiple chains of thought
MOS CURRENT refactor of ore attempt at MCP for Claude Code Apr 18
An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships,...
Example Usage of model context protocol in Artificial Intelligence
GitHub Actions Model Context Protocol Server
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Dart AI Model Context Protocol (MCP) server
A simple MCP integration that allows Claude to read and manage a personal Notion todo list
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve...





