Clockify MCP Server
@https-eduardo
关于 Clockify MCP Server
A MCP Server to manage your time entries in Clockify
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clockify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@https-eduardo/clockify-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Clockify MCP Server?
Clockify MCP Server integrates AI tools (LLMs) with the Clockify time‑tracking API, allowing users to create and manage time entries by simply sending a natural‑language prompt.
How to use Clockify MCP Server?
Install via Smithery with npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude, or manually by installing tsx globally and adding the server to your claude_desktop_config.json with the required environment variables CLOCKIFY_API_URL and CLOCKIFY_API_TOKEN.
Key features of Clockify MCP Server
- Accepts natural‑language prompts to create time entries.
- Integrates with Claude Desktop via the Model Context Protocol.
- Uses the official Clockify API v1 for all operations.
- Configurable API endpoint and token through environment variables.
Use cases of Clockify MCP Server
- Log work hours hands‑free by telling an LLM what you worked on.
- Automate time entry creation without switching to the Clockify UI.
FAQ from Clockify MCP Server
What does the Clockify MCP Server do?
It lets you register time entries in Clockify by simply sending a prompt to an LLM, which then creates the entries via the Clockify API.
How do I install Clockify MCP Server manually?
First install tsx globally with npm i -g tsx, then add the server definition to your Claude Desktop config, specifying the absolute path to src/index.ts and the required environment variables.
What environment variables are required?
You must set CLOCKIFY_API_URL (typically https://api.clockify.me/api/v1) and CLOCKIFY_API_TOKEN (your Clockify API token).
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论