Waqt

MCP Integration

Waqt exposes an MCP server so AI assistants can run structured time-tracking operations via tools.

Start the MCP server

waqt-mcp
# or, in source setups:
uv run waqt-mcp

Example client configuration (Claude Desktop)

{
  "mcpServers": {
    "waqt": {
      "command": "uv",
      "args": ["run", "waqt-mcp"],
      "env": {}
    }
  }
}

Available MCP tools

ToolPurpose
start, end, add_entry, edit_entryCore session and entry lifecycle.
summary, list_entriesRetrieve weekly/monthly stats and entry lists.
leave_requestCreate vacation/sick leave ranges.
export_entries, import_entriesMove data in/out for processing and backup.
list_config, get_config, set_configInspect and mutate app configuration.
create_template_tool, list_templates_tool, apply_template_tool, delete_template_toolTemplate management from MCP clients.

Operational recommendations

Related documentation

← Previous: CLI reference Next: Troubleshooting →