Skip to content
VS Code

Work Handler for VS Code

app.work-handler/work-handler

チームの働き方を支援するグループウェア Work Handler の MCP サーバー。組織・メンバーの参照、出退勤の共有、タイムカード、承認フロー等を本人の権限の範囲で操作できる。

client:VS Code transport:streamable-http

Install Work Handler in VS Code

.vscode/mcp.json

{
  "servers": {
    "work-handler": {
      "type": "http",
      "url": "https://work-handler.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Work Handler in other clients