Skip to main content
Feedback

Clockify MCP connector

Clockify is a time tracker and timesheet app for teams to track work hours and manage projects. The Clockify MCP connector allows AI agents to manage workspaces, create and update clients and projects, and track time entries across teams. It also supports retrieving project details, managing team members, and generating timesheet data for reporting and analysis.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Clockify MCP connector to perform the following actions:

  • Track billable hours across projects and automatically log time entries in Clockify
  • Monitor team productivity by retrieving time tracking data and project allocation insights
  • Automate timesheet approvals by syncing Clockify time entries to payroll systems
  • Create and organize projects, clients, and tasks without manual data entry
  • Tag time entries for cost center allocation, client billing, or departmental tracking
  • Generate labor cost reports by combining time data with custom fields and project rates
  • Manage team capacity by querying user availability and active project assignments

Example prompts

Use the following example prompts to invoke Clockify MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all projects in Clockify for the current workspace.
  • Create a new client called Acme Corp in Clockify.
  • Log 8 hours of time in Clockify for the website redesign project today.
  • What users are currently active in Clockify and how many hours have they logged this week?
  • Delete the outdated project template from Clockify.
  • Add a new tag to Clockify called 'billable' and apply it to recent time entries.
  • Update the hourly rate for the marketing project in Clockify.
  • Retrieve all time entries from Clockify for the past two weeks.
  • Create a new task under the Q4 planning project in Clockify.
  • Show me which clients in Clockify have active projects.

Clockify MCP connector tools

The Clockify MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAllWorkspacesRetrieves all workspaces accessible to the current user.
getAllClientsRetrieves all clients across the workspace.
createClientCreates a new client in the workspace.
getClientRetrieves details for a specific client.
updateClientModifies an existing client's information.
deleteClientRemoves a client from the workspace.
getAllProjectsRetrieves all projects in the workspace.
createProjectCreates a new project in the workspace.
getProjectRetrieves details for a specific project.
updateProjectModifies an existing project's information.
deleteProjectRemoves a project from the workspace.
getAllTasksRetrieves all tasks in the workspace.
createTaskCreates a new task in the workspace.
getTaskRetrieves details for a specific task.
updateTaskModifies an existing task's information.
deleteTaskRemoves a task from the workspace.
createTimeEntryCreates a new time entry for tracking work hours.
getTimeEntryRetrieves details for a specific time entry.
updateTimeEntryModifies an existing time entry's information.
deleteTimeEntryRemoves a time entry from the workspace.
getAllTagsRetrieves all tags available in the workspace.
createTagCreates a new tag for organizing entries.
updateTagModifies an existing tag's information.
deleteTagRemoves a tag from the workspace.
getAllUsersRetrieves all users in the workspace.
getCustomFieldsRetrieves custom fields defined in the workspace.
On this Page