Local-first work-time logging from natural Japanese commands via MCP
A local-first MCP server that turns natural Japanese work commands (「設計レビュー開始」「休憩」「再開」「終了」) into accurate task-level time logs. Records append-only JSONL events and regenerates human-readable Markdown daily logs under a safe log root. Built for developers: Markdown/Obsidian/Git-friendly logs, task/project/ticket/tag aggregation, Git branch auto-detection, and structured daily/weekly report output. Exports to CSV, JSON, 日報, 週報, and Obsidian formats. Includes an MCP Apps timer card UI. Stays local-first and never auto-sends data; works over stdio (Claude Desktop, Cursor) or an authenticated HTTP gateway.
WorkClock MCP is a well-structured productivity server with strong path safety controls, proper authentication modes, and appropriate permissions scoping. Minor code quality concerns around error handling and logging exist, but do not present security vulnerabilities. The server correctly implements append-only event logging, file write restrictions to a safe log root, and supports both local-first and remote-authenticated modes. Supply chain analysis found 1 known vulnerability in dependencies. Package verification found 1 issue.
6 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"sugukuru-workclock-mcp": {
"args": [
"-y",
"sugukuru-workclock-mcp"
],
"command": "npx"
}
}
}Once installed, try these example prompts and explore these capabilities:
Be the first to review this server!
by Modelcontextprotocol · Productivity
Knowledge graph-based persistent memory across sessions
by Modelcontextprotocol · Productivity
Time and timezone conversion capabilities for your AI assistant
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.