KosmoKrator

productivity

Kimai MCP, CLI, and Lua Integration for AI Agents

Kimai integration docs for AI agents: MCP gateway setup, Kimai CLI commands, Lua API reference, credentials, and function schemas.

Kimai for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
kimai.kimai_list_timesheets Read read 7 List time-tracking entries from Kimai. Supports filtering by user, project, date range, and state. Returns paginated results with timesheet details including duration, description, and associated project/activity.
kimai.kimai_get_timesheet Read read 1 Get details of a specific timesheet entry from Kimai. Returns the full timesheet record including begin/end timestamps, duration, description, project, activity, and user information.
kimai.kimai_create_timesheet Write write 5 Create a new time-tracking entry in Kimai. Requires a begin timestamp and at least a project ID. Optionally specify an end time, activity, and description to categorize the time entry.
kimai.kimai_list_projects Read read 4 List projects from Kimai. Supports filtering by customer and visibility. Returns project details including name, customer, budget, and time budget information.
kimai.kimai_get_project Read read 1 Get details of a specific project from Kimai. Returns the full project record including name, customer, comment, budget, time budget, and visibility status.
kimai.kimai_list_customers Read read 3 List customers from Kimai. Supports filtering by visibility. Returns customer details including name, company, contact information, and associated project count.
kimai.kimai_get_current_user Read read 0 Get the profile of the currently authenticated Kimai user. Returns user details including username, display name, email, timezone, and language preferences.