Skip to content
Claude Desktop

Workday for Claude Desktop

io.github.mindstone/mcp-server-workday

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

client:Claude Desktop transport:stdio runtime:npm

Install Workday 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": {
    "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>"
      }
    }
  }
}

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

Workday in other clients