Connector guide2-minute read7 MCP toolsEN · DE · IT

Come collegare TimeTac a Claude — via MCP

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

TimeTac

TimeTac

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

tool

7

Regione

DE

Categoria

Time Tracking

Autenticazione

OAuth 2.0

Env vars richieste

TIMETAC_ACCOUNTTIMETAC_CLIENT_IDTIMETAC_CLIENT_SECRETTIMETAC_REFRESH_TOKEN
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi TimeTac con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

Prova a chiedere

Prompt di esempio per TimeTac

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

TimeTac · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → TimeTac, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

TimeTac + Claude

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

TIMETAC_ACCOUNT, TIMETAC_CLIENT_ID, TIMETAC_CLIENT_SECRET, TIMETAC_REFRESH_TOKEN

Step 1 — Ottieni le credenziali

Your account name is part of every URL. TimeTac gives each customer a subdomain and repeats the account name in the path: https://<account>.timetac.com/<account>/api/v3/. Set TIMETAC_ACCOUNT to that name (the part before .timetac.com) and the adapter builds both halves.

Getting OAuth credentials

  1. Ask TimeTac support to enable API access and issue an OAuth 2.0 client for your account — it is not self-service in the web UI.
  2. You receive a client id and client secret. Complete the authorization-code flow once against https://<account>.timetac.com/<account>/oauth2/authorize and keep the refresh token.

Step 2 — Installa l'adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Aggiungi il connettore in Claude

Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.

  1. Apri claude.ai/customize/connectors.
  2. Clicca "Add custom connector".
  3. Compila:
    • Name: TimeTac
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
  4. Clicca Connect per autorizzare.

Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.

Tool disponibili

ToolWhat it does
timetac_list_usersList the users in the TimeTac account with their name, employee number, department and active state
timetac_list_time_trackingsRead time trackings in a date range: start, end, duration, the user and the task booked against
timetac_list_projectsList projects with their client, budget and status, so a time tracking can be attributed to a piece of work
timetac_list_tasksList tasks — the things users actually clock onto — with the project they belong to and whether they are still open
timetac_list_absencesList absences (holiday, sick leave, special leave) with their type, date range and approval state, for the roster view
timetac_list_departmentsList the departments configured in the account, so users and reports can be grouped the way the org chart does
timetac_get_live_statusRead who is currently clocked in and on what — the live attendance board, answering 'who is working right now'

FAQ

Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.

Prossimi passi

Questa guida ti è stata utile?

Your TimeTac agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

Guide correlate