Clockify MCP Server
@inakianduaga
关于 Clockify MCP Server
Clockify Model Context Protocol (MCP) server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clockify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CLOCKIFY_API_KEY=<YOUR_API_KEY>",
"ghcr.io/inakianduaga/clockify-mcp:latest"
],
"disabled": false,
"autoApprove": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Clockify MCP Server?
An MCP server that lets LLMs like Cursor or Claude interact with your Clockify workspace for time‑tracking automation and reporting. It enables listing projects, users, time entries, and generating summary reports.
How to use Clockify MCP Server?
Configure the server in your Cursor or Claude settings.json using Docker, passing your Clockify API key as an environment variable. Then invoke the provided tools (listProjects, getTimeEntries, etc.) from your LLM.
Key features of Clockify MCP Server
- List all projects in your workspace
- List all users in your workspace
- Add and look up time entries for yourself or any user
- Pull timesheets for any user across all projects
- Generate monthly or custom date range breakdowns by user and project
Use cases of Clockify MCP Server
- Automate time‑tracking entries directly from an LLM conversation
- Generate monthly summary reports for billing or team analysis
- Query and summarize time entries for a specific user or project
- Integrate Clockify data with other LLM‑powered workflows
FAQ from Clockify MCP Server
How do I obtain a Clockify API key?
Log in to your Clockify account, go to Profile, scroll to the API section, and click Generate (or copy your existing key).
What tools are available in this server?
The server provides six tools: listProjects, getTimeEntries, addTimeEntry, listUsers, getUserTimeEntries, and getSummaryReport.
What are the runtime requirements?
The server runs as a Docker container. You must have Docker installed and configure the MCP client to use the ghcr.io/inakianduaga/clockify-mcp:latest image.
Is the server open source and what license does it use?
Yes, the project is licensed under the MIT License. See the LICENSE file in the repository for details.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论