Connector guide2-minute read9 MCP toolsEN · DE · IT

Kimai a MCP — Pilota Kimai desde cualquier agente IA

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 teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

9

Región

DE

Categoría

Time Tracking

Autenticación

Bearer Token

Env vars requeridas

KIMAI_URLKIMAI_API_TOKEN
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Kimai con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para Kimai

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Kimai · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Kimai, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Configuración

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)

Requisitos previos: KIMAI_URL, KIMAI_API_TOKEN

Instalar el conector localmente

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

Abre http://localhost:3000/connectors/store, elige Kimai e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

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

Siguientes pasos

¿Te ha sido útil esta guía?

Your Kimai agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Guías relacionadas

connectors

Cómo conectar 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

Cómo conectar 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

Cómo conectar 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.

connectors

Cómo conectar 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

AFAS Profit a MCP — Pilota AFAS Profit desde cualquier agente IA

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

Aruba Fatturazione Elettronica a MCP — Pilota Aruba Fatturazione Elettronica desde cualquier agente IA

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.