Clockify
Manage your Clockify time entries using natural language prompts.
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"
}
}
}
}
Related Servers
Google Calendar
Integrates with Google Calendar to read, create, update, and search for calendar events.
Jira MCP
MCP server for connecting AI assistants to your own Jira instance
Smartsheet
Integrate with Smartsheet for project management and data analytics, requiring an API access token.
Iron Manus MCP
A modular MCP server for task orchestration, API integration, and knowledge synthesis using a finite state machine.
YNAB
Access and manage your YNAB (You Need A Budget) data through MCP-enabled clients.
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Basecamp
Interact with Basecamp 3 to manage projects, to-dos, and messages.
Outline
Interact with Outline, the open-source knowledge base and wiki, directly through your AI assistant.
Ghost CMS
Automate Ghost CMS with full CRUD operations, bulk actions, and advanced features.
Things
Interact with your task management data in the Things app.