Skip to content
Windsurf

workday mcp for Windsurf

io.github.chrischall/workday-mcp

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

client:Windsurf transport:stdio runtime:npm

Install workday mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

workday mcp in other clients