Skip to content
Zed

workday mcp for Zed

io.github.chrischall/workday-mcp

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

client:Zed transport:stdio runtime:npm

Install workday mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

workday mcp in other clients