dauer-mcp
v2.2.1
Published
MCP server for Dauer time tracking — lets AI assistants read and control your time data
Downloads
487
Maintainers
Readme
dauer-mcp
MCP server for Dauer time tracking. Lets AI assistants read your time data and control timers.
Setup
Claude Code
claude mcp add dauer -- npx -y dauer-mcpClaude Desktop
Open Settings (Cmd+,) > Developer > Edit Config and add:
{
"mcpServers": {
"dauer": {
"command": "npx",
"args": ["-y", "dauer-mcp"]
}
}
}Cursor
Open Settings > MCP and add the same config as Claude Desktop.
Requirements
- Dauer installed on macOS
- Node.js 18+
Tools
Read (works without Dauer running):
list_clients— All clients with rates and colorslist_tasks— Active tasks (optional client filter)list_subtasks— Subtasks of a taskget_time_entries— Time entries with date/task filtersget_today_status— Daily overview: total time, running timers
Write (Dauer must be running):
start_timer— Start timer for a task (fuzzy name matching)stop_timer— Stop the running timertoggle_timer— Toggle timer statecreate_task— Create a task (with optional client)create_client— Create a clientlog_time— Log a time entry retroactivelyarchive_task— Archive a task (reversible)delete_task— Delete a task (move to trash, reversible)delete_time_entry— Delete a time entry
Security
Communicates exclusively over localhost. No data leaves your machine. No API key needed.
License
MIT
