Back to Browse

Sugukuru WorkClock MCP MCP Server

by Akihiro Kabe
ProductivityModerate7.6Local
Free

Local-first work-time logging from natural Japanese commands via MCP

About

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.

Security Report

7.6
Moderate7.6Low Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "sugukuru-workclock-mcp": {
      "args": [
        "-y",
        "sugukuru-workclock-mcp"
      ],
      "command": "npx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1API実装開始
  • 2休憩
  • 3再開
  • 4終了。OAuthまわりの整理まで完了
  • 5今日の稼働をCSVで書き出して
  • 6今日の日報を作って

Reviews

No reviews yet

Be the first to review this server!