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.
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
Computer Control MCP
Control your computer's mouse, keyboard, and perform OCR using PyAutoGUI and RapidOCR. Works on Windows, with potential support for other platforms.
Jira MCP Server
An MCP server for accessing JIRA issue data stored in Snowflake.
Microsoft 365
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
SuperLocalMemory V2
Universal, local-first persistent memory for AI assistants. SQLite-based knowledge graph with zero cloud dependencies. Works with 17+ tools (Claude, Cursor, Windsurf, VS Code, etc.). 100% free forever.
SlideSpeak
Create and automate PowerPoint presentations and slide decks using the SlideSpeak API. Requires an API key.
Bookstack MCP
An MCP server for interacting with Bookstack, built with the mcp-framework for Node.js.
Obsidian iCloud MCP
Access and manage Obsidian notes stored in iCloud Drive.
Plane MCP Server
Manage projects and issues on the open-source project management platform, Plane.so.
Google Workspace
Integrates Google Workspace services like Calendar, Drive, and Gmail with AI assistants.
Google Calendar
Integrates with Google Calendar to read, create, update, and search for calendar events.