C
Clockify
Track and query Clockify time entries.
·No reviews yet
Share:
About
Auto-generated
Clockify is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Clockify.
- What is the Clockify Model Context Protocol (MCP) server?
- The Clockify MCP server allows you to track and query time entries within Clockify. It integrates Clockify's time-tracking functionality into applications that support the MCP standard.
- How do I install the Clockify MCP server in a client application?
- Installation in a client like Claude Desktop, Cursor, or Cline typically involves adding the Clockify MCP's repository URL (https://github.com/lumile/clockify-mcp) within the client's settings. The client will then handle the necessary setup process.
- Does the Clockify MCP server require an API key?
- Yes, this Clockify MCP server requires an API key for authentication. You will need to obtain an API key from your Clockify account settings and configure it within the client application.
- What are the primary capabilities exposed by the Clockify MCP server?
- The Clockify MCP server's primary capabilities are focused on managing time entries. It enables users to track new time entries and query existing ones within the Clockify platform.
- Is there a cost associated with using the Clockify MCP server?
- The Clockify MCP server itself is provided by the community, implying it's open-source and free to use. However, the underlying Clockify service may have its own pricing tiers and subscription costs.
- What is a potential limitation when using the Clockify MCP server?
- A potential limitation is that the server communicates via stdio transport. This might restrict its deployment options to environments where standard input/output streams are readily available and manageable by the client.
Install Clockify
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"clockify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clockify"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"clockify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clockify"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"clockify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clockify"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.