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"
}
}
}
}
Похожие серверы
Time MCP Server
Provides current time information and timezone conversion capabilities.
Anytype MCP Server
Interact with the Anytype API using natural language.
Fathom Analytics
Access and analyze Fathom Analytics data and reports
Logseq MCP Server
Interact with your Logseq knowledge base to create pages, manage blocks, and organize information programmatically.
Xero
Interact with the accounting data in your business using our official MCP server
Office PowerPoint MCP
Create, edit, and manipulate PowerPoint presentations using python-pptx.
Memento Protocol
Persistent memory for AI agents — store what matters, recall by meaning, skip the rest
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
macOS Automator
Run AppleScript and JXA scripts to automate tasks on macOS.
Browser Use MCP Server
Automate browser actions using natural language commands. Powered by Playwright and supports multiple LLM providers.