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"
}
}
}
}
相关服务器
TimeChimp MCP Server
A server for interacting with the TimeChimp API v2 to manage time tracking and projects.
AnkiConnect
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Date-time Tools
A server for date-time manipulation and timezone conversion.
AI Tutor
An AI-powered tutor for higher education that supports both Claude and OpenAI models through MCP.
Reepl MCP
Create, schedule, and publish LinkedIn posts directly from Claude Desktop or ChatGPT through natural conversations
Quip MCP Server
An MCP server for performing document operations on Quip, enabling direct interaction from AI assistants.
MCP Conductor
An advanced MCP server for intelligent conversation context management and session continuity, requiring the Claude Desktop application and a Node.js environment.
Project Handoffs
Manages AI session handoffs and tracks next steps for projects.
Yuga Planner
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
MCP Documentation Service
A service for reading, writing, and managing markdown documentation with frontmatter metadata.