Weavz
Clockify

Clockify

Track time, manage projects, and automate timesheet workflows with Clockify.

19 tools
4 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
validate_connection

Validate the Clockify API key with a minimal authenticated request.

get_current_user

Get the currently authenticated Clockify user.

list_workspaces

List Clockify workspaces available to the API key.

get_workspace

Get a Clockify workspace by ID.

list_users

List Clockify users in a workspace with optional status and search filters.

list_clients

List Clockify clients in a workspace.

list_projects

List Clockify projects in a workspace with common filters.

get_project

Get a Clockify project by ID.

list_tasks

List tasks for a Clockify project.

get_task

Get a Clockify project task by ID.

create_task

Create a task on a Clockify project.

list_tags

List Clockify tags in a workspace.

list_time_entries

List time entries for a Clockify user in a workspace.

get_time_entry

Get a specific Clockify time entry in a workspace.

create_time_entry

Create a completed Clockify time entry.

update_time_entry

Update an existing Clockify time entry.

start_timer

Start a Clockify timer by creating an in-progress time entry.

stop_timer

Stop the currently running Clockify timer for a user in a workspace.

list_running_time_entries

List in-progress Clockify time entries in a workspace.

Triggers

Name
webhook_event_received

Receive parsed Clockify webhook payloads from a manually configured Clockify webhook. Signature verification is not performed because this trigger receives parsed JSON payloads and Clockify signing details are not part of the public API spec.

new_time_entry

Triggers when Clockify creates a time entry. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled.

new_timer_started

Triggers when Clockify starts a timer. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled.

new_task

Triggers when Clockify creates a task. The trigger creates a Clockify webhook and compares the returned Clockify token with incoming webhook headers when token checking is enabled.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('clockify', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'clockify',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Clockify to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Clockify support?

Clockify supports 19 tools including Validate Connection, Get Current User, List Workspaces, Get Workspace, List Users, and more.

Can I use Clockify with AI agents?

Yes. Add Clockify to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Clockify to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Clockify as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Clockify tools exposed by that workspace.

Does Clockify work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Clockify work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Clockify?

Clockify exposes 19 tools, including Validate Connection, Get Current User, List Workspaces, Get Workspace, List Users, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Clockify be used in stateful agent workflows?

Yes. Agents can combine Clockify tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Clockify use?

Clockify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Clockify integration cost?

The Clockify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Clockify support?

Clockify supports 4 triggers including Webhook Event Received, New Time Entry, New Timer Started, New Task.

Connect Clockify in minutes

Get 20,000 free action executions every month. No credit card required.