Clockify MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOCKIFY_API_KEY | Yes | Your Clockify API key, which can be obtained from the Clockify User Settings under the 'API' section. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_user_time_entriesA | Find all time entries for a specific user by their name. Searches across a date range (defaults to last 30 days) and returns all time entries with descriptions, projects, and durations. |
| find_project_time_entriesA | Find all time entries for a specific project. Returns time entries from all users who have logged time to the project. |
| search_time_entriesA | Search time entries by description phrase. Searches across all users and returns entries containing the search phrase. |
| add_time_entryC | Add a time entry for a specific user. Creates a completed time entry with start and end times. |
| start_timerC | Start a timer for the current user. Creates a running time entry without an end time. |
| stop_timerB | Stop the currently running timer for the current user. |
| find_overtime_usersB | Find users who have logged more than a specified number of hours per week in the past month. Useful for identifying overworked team members. |
| find_undertime_usersB | Find users who have not logged at least a specified number of hours per week. Useful for identifying team members who may need support. |
| get_user_weekly_summaryC | Get a summary of hours logged by a user for each week in the past month. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KeithHanson/clockify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server