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"
}
}
}
}
관련 서버
MCP Useful Assistant
A powerful MCP-based assistant with tools for file operations, web intelligence, system monitoring, data processing, and code analysis.
Follow Plan
Track and manage AI implementation plans.
stakeholder-mcp
Let your AI agent have conversations with different personas on features and implementation details
Ledger CLI
Execute commands for Ledger, a powerful command-line accounting system. Requires Ledger CLI to be installed.
MCP Tasks Organizer
Converts Cursor agent plans into structured markdown task lists and organizes them in your repository.
X CRM MCP
Give AI the context of your X followers with CRM functionality
OneNote
Interact with Microsoft OneNote using AI language models like Claude and other LLMs.
Anki MCP Server
Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Obsidian
Interact with Obsidian vaults to read, create, edit, and manage notes and tags.
MCP Resume Server
Fetches resume data from a GitHub gist to provide professional background context to LLMs.