Back to Home
MaxOstrowski icon

clockodo-mcp

Verified Safe

by MaxOstrowski

Overview

This server integrates with the Clockodo time tracking API to manage and automate tasks related to time entries, users, projects, and other workforce management data.

Installation

Run Command
python -m clockodo_mcp

Environment Variables

  • CLOCKODO_API_USER
  • CLOCKODO_API_KEY
  • CLOCKODO_EXTERNAL_APP

Security Notes

The server uses environment variables (CLOCKODO_API_USER, CLOCKODO_API_KEY, CLOCKODO_EXTERNAL_APP) for API credentials, which is a good practice to avoid hardcoding sensitive information. It leverages the `requests` library to interact with a specific, known external API (`https://my.clockodo.com/api`). No 'eval', code obfuscation, or other immediately obvious malicious patterns were found in the provided source code snippets. All network communication appears to be directed to the Clockodo API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-12

Tags

Time TrackingAPI IntegrationWorkforce ManagementData ManagementClockodo