Skip to main content
Glama


Unofficial Model Context Protocol server and Agent Skills for Clockify - start/stop timers, map coding work to projects, and summarize sessions in Cursor and other MCP hosts.

Not affiliated with, endorsed by, or sponsored by Clockify or Cake.com. Third-party connector only.


Layout

clockify-mcp-server/
├── .cursor-plugin/plugin.json
├── assets/logo.svg
├── docs/
├── skills/
├── src/
├── mcp.json
├── package.json
└── README.md

Related MCP server: timely-mcp-server

Getting started

  1. Create a Clockify API key (Preferences → Advanced → Manage API Keys). Optionally pin CLOCKIFY_WORKSPACE_ID.

  2. Install clockify from the Cursor Marketplace (or Customize → Plugins).

  3. Set plugin variables when prompted; confirm Customize → MCP shows Clockify enabled.

# Local clone instead of Marketplace — see docs
npm install && npm run build
npm run dev:link

Credentials detail and non-Cursor hosts: docs/setup.md. Full doc index: docs/README.md.


Tools

Tool

Purpose

clockify_get_config

Effective .clockify.yml standards

clockify_get_user

Authenticated user + workspace IDs

clockify_list_workspaces

List workspaces

clockify_list_projects

List / filter projects

clockify_ensure_project

Find or create project by name

clockify_list_tags

List tags

clockify_list_tasks

List tasks on a project

clockify_ensure_task

Find or create task (e.g. GitHub label)

clockify_get_running_timer

Current running timer (+ inactivity hint)

clockify_start_timer

Start a timer (supports description template fields)

clockify_stop_timer

Stop the running timer (optional rounding)

clockify_create_time_entry

Create a completed entry

clockify_list_time_entries

List entries in a window

clockify_today_summary

Today's totals by project

Skills

Skill

Purpose

clockify-coding-time

Daily start/stop/summary; honors .clockify.yml

clockify-project-init

Bootstrap yaml + project + label→task sync

clockify-project-init-automated

Wire Cursor rules/hooks from yaml triggers


Packaging

File

Role

.cursor-plugin/plugin.json

Cursor Plugin / Marketplace

plugin.json

Agent Plugins portable manifest

mcp.json

MCP server entry for plugins

skills/

Agent Skills


Clockify MCP Server

MIT License

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

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/dustinestes/clockify-mcp-server'

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