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"
}
}
}
}
Servidores relacionados
Asana
Interact with Asana tasks, projects, workspaces, and comments using the Asana API.
PDF Reader
Read text, metadata, and page count from PDF files securely within the project context.
Adobe Express
Integrate with Adobe Express using LLMs to streamline creative tasks and workflows.
OneNote
Browse and interact with the OneNote web app using browser automation.
n8n MCP Server
Manage n8n workflows, executions, and credentials through the Model Context Protocol.
Vedit-MCP
Perform basic video editing operations using natural language commands. Requires ffmpeg to be installed.
OmniTaskAgent
A multi-model agent for managing tasks across various platforms, requiring API keys for different AI models.
Pandoc
A server for converting document formats using Pandoc.
unstructured-mcp
Provides unstructured document processing capabilities using the Unstructured API.
Excel MCP Server
Read and write data from Microsoft Excel files. Supports text, formulas, sheet creation, and Windows-only live editing.