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
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
MCP Inception
Delegate tasks to another MCP client, acting as an agent for your agent.
PDF Tools
A server for manipulating PDF files, including merging, page extraction, and searching.
GistPad MCP
Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
Targetprocess
Enables AI assistants to interact with Targetprocess data using semantic operations.
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
ffl-mcp
Give AI a "send file" capability via P2P (Local-first)
Alai
Create high quality presentations using AI
WordPress MCP Server
Manage WordPress sites and create content with AI-generated featured images.
Team Relay MCP
Read, search, and write Obsidian vault notes via Team Relay collaborative server. Supports shared folders and real-time sync.
macOS Automator
Run AppleScript and JXA scripts to automate tasks on macOS.