Connector guide2-minute read9 MCP toolsEN · DE · IT

Come collegare Kimai a Cursor — via MCP

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

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

Kimai

Kimai

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

tool

9

Regione

DE

Categoria

Time Tracking

Autenticazione

Bearer Token

Env vars richieste

KIMAI_URLKIMAI_API_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 Kimai 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

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

Prova a chiedere

Prompt di esempio per Kimai

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

Kimai · 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 → Kimai, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Kimai + Cursor

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

Prerequisiti

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

KIMAI_URL, KIMAI_API_TOKEN

Step 1 — Ottieni le credenziali

Getting a token (Kimai 2.x)

  1. Sign in to your Kimai instance, open your user profile and go to the API tab.
  2. Create an API token and copy it into KIMAI_API_TOKEN. Kimai 2.x uses a bearer token here; the older X-AUTH-USER/X-AUTH-TOKEN header pair from Kimai 1.x is deprecated and is not what this adapter sends.
  3. Set KIMAI_URL to the base URL of your instance without a trailing slash and without /api, e.g. https://time.example.com. The adapter appends /api.

…(continued in the in-app connector instructions)

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 Cursor

Cursor legge i server MCP da ~/.cursor/mcp.json. Aggiungi questa voce:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia Cursor.
  3. Apri Cursor → Impostazioni → MCP per verificare che Kimai sia presente e "Connected".
  4. Inizia a chattare — tutti gli strumenti di Kimai sono ora invocabili.

Tool disponibili

ToolWhat it does
kimai_get_versionRead the Kimai version and copyright of the connected instance
kimai_list_timesheetsRead timesheet entries in a date range with their project, activity, duration, rate and billable flag
kimai_get_active_timesheetsRead the entries that are running right now for the authenticated user — Kimai's live clock, answering 'am I still tracking something'
kimai_list_customersList customers with their number, country, currency and visible flag
kimai_list_projectsList projects, optionally for one customer, with their budget, time budget and start and end dates
kimai_list_activitiesList activities — the task types time is booked against — either global or attached to one project
kimai_list_usersList Kimai users with their username, alias, e-mail and roles
kimai_create_timesheetBook a timesheet entry against a project and activity
kimai_stop_timesheetStop a running timesheet entry, setting its end to now

FAQ

Cursor supporta MCP server personalizzati nel piano free? Sì — MCP è disponibile su Hobby, Pro e Business.

Prossimi passi

Questa guida ti è stata utile?

Your Kimai agent is one click away.

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

Guide correlate

connectors

Come collegare Kimai a ChatGPT — via MCP

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

connectors

Come collegare Kimai a Claude — via MCP

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

connectors

Come collegare Kimai a Gemini — via MCP

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

connectors

Kimai su MCP — Pilota Kimai da qualsiasi agente AI

Kimai — the self-hosted open-source time tracker. Read and create timesheets, browse customers, projects, activities and users, and check the running clock. REST API v1 on your own Kimai instance, bearer API token.

connectors

Come collegare AFAS Profit a Cursor — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Come collegare Aruba Fatturazione Elettronica a Cursor — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.