Back to Home
wimwenigerkind icon

clockify-mcp

Verified Safe

by wimwenigerkind

Overview

This MCP Server acts as an adapter for the Clockify time tracking API, providing tools to interact with time entries, workspaces, users, clients, and projects.

Installation

Run Command
npm install && npm run build && CLOCKIFY_API_KEY=<your_clockify_api_key> node build/index.js

Environment Variables

  • CLOCKIFY_API_KEY
  • CLOCKIFY_API_BASE_URL

Security Notes

The server retrieves the Clockify API key from environment variables, which is a best practice. It explicitly checks for the API key's presence and exits if not configured, preventing unauthenticated operation. Input schemas are validated using Zod, mitigating common injection risks. No 'eval' or obvious obfuscation was found. Error handling for API calls is present. The server uses a StdioServerTransport, which is generally a secure way to operate as it doesn't directly expose network ports but communicates via standard I/O.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

ClockifyTime TrackingMCP ServerAPI IntegrationProductivity