Clockify Time Tracker

Manage your time entries efficiently by interacting with the Clockify API through a command-line tool. List projects, tags, and generate detailed time reports effortlessly. Streamline your time tracking process and enhance productivity with this easy-to-use utility.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Clockify Time Tracker MCP server manually.

Clockify Time Tracker

smithery badge

Description

Un outil en ligne de commande pour interagir avec l'API Clockify et gérer vos entrées de temps.

Prérequis

  • Python 3.8+
  • Clé API Clockify

Installation

  1. Clonez le dépôt
  2. Installez les dépendances :
    pip install -r requirements.txt
    

Configuration

Créez un fichier .env à la racine du projet avec votre clé API :

CLOCKIFY_API_KEY=votre_clé_api_clockify

Utilisation

Lister les projets

python -m src.cli --workspace WORKSPACE_ID --action list-projects

Lister les tags

python -m src.cli --workspace WORKSPACE_ID --action list-tags

Générer un rapport de temps

python -m src.cli --workspace WORKSPACE_ID --action time-report \
    --project PROJECT_ID \
    --tags TAG1 TAG2 \
    --start-date 2024-01-01 \
    --end-date 2024-12-31

Licence

[À définir]

Share:
Details:
  • Stars


    0
  • Forks


    2
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Clockify Time Tracker:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Clockify Time Tracker: MCP Server – MCP.Bar