Skip to content
Grok

workday mcp for Grok

io.github.chrischall/workday-mcp

Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session

client:Grok transport:stdio runtime:npm

Install workday mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "workday-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "workday-mcp"
      ],
      "env": {
        "WORKDAY_TENANT": "<WORKDAY_TENANT>",
        "WORKDAY_HOST": "<WORKDAY_HOST>",
        "WORKDAY_WS_PORT": "<WORKDAY_WS_PORT>"
      }
    }
  }
}

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

workday mcp in other clients