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
- Implement tags for entries
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 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"
}
}
}
}
Recommend MCP Servers 💡
@arpitbatra123/mcp-googletasks
This Model Context Protocol (MCP) server provides a bridge between Claude and Google Tasks, allowing you to manage your task lists and tasks directly through Claude.
optuna-mcp
The Optuna MCP Server is a Model Context Protocol (MCP) server to interact with Optuna APIs.
deuslirio/mcp-server-whatsapp-message
An MCP server for sending WhatsApp messages via the Meta WhatsApp Business API.
@pydantic/mcp-run-python
MCP server to run Python code in an isolated sandbox using Pyodide and Deno.
github-repo-mcp
Model Context Protocol server for Github Repo // Reading Github Repo
astrology-mcp-server
An MCP server providing astrological chart functionality for AI assistants.