Clockify
About
Integrates with Clockify time tracking API to manage billable time entries, retrieve workspace information, list projects, and access user data through natural language prompts.
Details
- Author
- https-eduardo
- Repository
- https-eduardo/clockify-mcp-server
- GitHub stars
- 1
- Downloads
- 265
- Categories
- Productivity, Design, Workplace, Developer Tools, AI, Security, Knowledge Base, API, Other
- Tags
- #web
Jump to
- Accepts natural‑language prompts to create time entries.
- Integrates with Claude Desktop via the Model Context Protocol.
- Uses the official Clockify API v1 for all operations.
- Configurable API endpoint and token through environment variables.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ClockifyCommand (node, npx, python, etc.)tsxArguments-
Argument 1
ABSOLUTE_PATH/src/index.ts -
Argument 2
--local
Environment-
CLOCKIFY_API_URL
https://api.clockify.me/api/v1 -
CLOCKIFY_API_TOKEN
YOUR_CLOCKIFY_API_TOKEN_HERE
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To install clockify-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude
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"
}
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"clockify": {
"env": {
"CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
"CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
},
"args": [
"ABSOLUTE_PATH/src/index.ts",
"--local"
],
"command": "tsx"
}
}
}
Linux
{
"env": {
"CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
"CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
},
"args": [
"ABSOLUTE_PATH/src/index.ts",
"--local"
],
"command": "tsx"
}
Macos
{
"env": {
"CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
"CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
},
"args": [
"ABSOLUTE_PATH/src/index.ts",
"--local"
],
"command": "tsx"
}
Windows
{
"env": {
"CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
"CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
},
"args": [
"ABSOLUTE_PATH/src/index.ts",
"--local"
],
"command": "tsx"
}
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.
To install clockify-mcp-server for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude
Then insert the MCP server inclaude_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" } } } }
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


