Skip to content

Workday for Zed

io.github.mindstone/mcp-server-workday

Workday HCM MCP server for Model Context Protocol hosts — workers, profiles, organizations

client:Zed transport:stdio runtime:npm

Install Workday 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": {
    "mcp-server-workday": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-workday"
      ],
      "env": {
        "WORKDAY_HOST": "<WORKDAY_HOST>",
        "WORKDAY_TENANT": "<WORKDAY_TENANT>",
        "WORKDAY_CLIENT_ID": "<WORKDAY_CLIENT_ID>",
        "WORKDAY_CLIENT_SECRET": "<WORKDAY_CLIENT_SECRET>",
        "WORKDAY_REFRESH_TOKEN": "<WORKDAY_REFRESH_TOKEN>",
        "WORKDAY_RECRUITING_API_VERSION": "<WORKDAY_RECRUITING_API_VERSION>"
      }
    }
  }
}

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

Workday in other clients