Work Handler for Grok
app.work-handler/work-handler
チームの働き方を支援するグループウェア Work Handler の MCP サーバー。組織・メンバーの参照、出退勤の共有、タイムカード、承認フロー等を本人の権限の範囲で操作できる。
client:Grok
transport:streamable-http
Install Work Handler in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"work-handler": {
"type": "http",
"url": "https://work-handler.app/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs