
Clockify
โ 25from https-eduardo
Manage your Clockify time entries using natural language prompts.
๐ฅ๐ฅ๐ฅโ VerifiedAccount requiredNeeds API keys
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.
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 claudeInstalling 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"
}
}
}
}Copy & paste โ that's it
npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claudeBefore it works, you'll need: CLOCKIFY_API_URLCLOCKIFY_API_TOKEN
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.