clockify-mcp
Verified Safeby 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
npm install && npm run build && CLOCKIFY_API_KEY=<your_clockify_api_key> node build/index.jsEnvironment 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
workflowy
Connect AI assistants to Workflowy data and outlines for search, bulk operations, and reporting, or manage Workflowy via CLI.
ava
AI-powered progress tracking and communication tool for developers, integrating with coding agents and Slack to reduce context switching.
workflowy-mcp
Integrates WorkFlowy's outline and task management capabilities as tools for LLM applications via the Model Context Protocol (MCP).
mcp-server-google-workspace
Provides programmatic control over Google Workspace applications (Sheets, Docs, Drive, Gmail, Calendar, Slides) through a Model Context Protocol (MCP) server for AI automation.