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"
}
}
}
}
Recommend MCP Servers 💡
git-mob-mcp-server
An MCP server that extends the git-mob CLI app, enabling automatic management and appending of co-authored-by trailers to git commit messages for pair and mob programming sessions.
ashgw/vault-mcp
An MCP server enabling LLMs and MCP clients to interact with HashiCorp Vault for secure secret and policy management
specbridge
An MCP server that converts OpenAPI specifications into MCP tools by scanning a folder for spec files and auto-generating tools
@johnpapa/peacock-mcp
MCP Server for the Peacock VS Code extension, demonstrating MCP server interaction with APIs
restcsv-mcp-server
MCP Server for RestCSV, Generated using MCPGen
APIMatic Validator
Validates OpenAPI specifications (2.0 and 3.0, JSON/YAML) using APIMatic's API, integrating as an MCP server for seamless validation within AI clients like Claude Desktop.