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
Bakaláři
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
Atlassian Jira
Integrates AI with Atlassian Jira to manage projects, search for issues, and view development information like commits and pull requests.
Todoist
Manage Todoist projects, sections, tasks, and labels using natural language with AI assistants.
WayStation
A universal remote MCP server that connects to popular productivity tools such as Notion, Monday, AirTable, and many more.
Obsidian iCloud MCP
Access and manage Obsidian notes stored in iCloud Drive.
Atlassian Confluence
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
MCP Calendar Assistant
An intelligent assistant for managing calendars and tasks.
AI Humanize MCP Server
Refines AI-generated content to sound more natural and human-like using advanced text enhancement.
OneNote
Browse and interact with the OneNote web app using browser automation.
Calculator
A simple calculator server for performing basic arithmetic operations.