Skip to content
Claude Desktop

Work Handler for Claude Desktop

app.work-handler/work-handler

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

client:Claude Desktop transport:streamable-http

Install Work Handler in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "work-handler": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://work-handler.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Work Handler in other clients