Back to Apps

Sugukuru WorkClock
Supports UIby sugukurukabe
Local-first Pomodoro and work-time logging with natural Japanese commands and Markdown logs.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Sugukuru WorkClock provides a local-first time-tracking experience, allowing developers to log work sessions using natural language commands (specifically optimized for Japanese). It renders a timer card UI for visual tracking of active sessions.
Key features
- Natural language start/stop/pause commands.
- Append-only JSONL ledger for audit-safe time logging.
- Auto-generated daily Markdown logs compatible with Obsidian.
- Interactive timer card UI in supported MCP hosts.
- Git context auto-detection to pre-fill project/ticket tags.
Installation
- Claude Desktop:
{
"mcpServers": {
"workclock": {
"command": "node",
"args": ["/absolute/path/to/work-clock-mcp/dist/main.js", "--stdio"],
"env": {
"WORKCLOCK_LOG_DIR": "/absolute/path/to/project/.workclock"
}
}
}
}
Supported hosts
Claude Desktop, Cursor
Quick install
npm install -g sugukuru-workclock-mcpInformation
- Pricing
- free
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"workclock": {
"command": "node",
"args": ["C:/path/to/work-clock-mcp/dist/main.js", "--stdio"],
"env": {
"WORKCLOCK_LOG_DIR": "C:/path/to/your-project/.workclock"
}
}
}
}Claude Desktop
{
"mcpServers": {
"workclock": {
"command": "node",
"args": ["/absolute/path/to/work-clock-mcp/dist/main.js", "--stdio"],
"env": {
"WORKCLOCK_LOG_DIR": "/absolute/path/to/project/.workclock"
}
}
}
}





