Skip to content
Claude Desktop

workday mcp for Claude Desktop

io.github.chrischall/workday-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install workday mcp in Claude Desktop

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

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

workday mcp in other clients