Skip to main content
Glama

Clockify MCP Server

Clockify MCP Server

smithery badge

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.

Next implementations

  • Implement tags for entries

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" } } } }
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrates with Clockify to manage time entries through natural language prompts, allowing users to register and track their work time directly via LLM conversations.

  1. Next implementations
    1. Using in Claude Desktop
      1. Installing via Smithery
      2. Installing Manually

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/https-eduardo/clockify-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server