Clockify MCP Server
@https-eduardo
About Clockify MCP Server
A MCP Server to manage your time entries in Clockify
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clockify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@https-eduardo/clockify-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 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,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
Comments