workday

stdio

Used by 1 plugin

Installs hr-people-ops, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub latestaiagents/agent-skills --plugin hr-people-ops
Description

Workday HCM for employee data and workflows

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "workday": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-workday"
      ],
      "env": {
        "WORKDAY_TENANT": "${WORKDAY_TENANT}",
        "WORKDAY_CLIENT_ID": "${WORKDAY_CLIENT_ID}",
        "WORKDAY_CLIENT_SECRET": "${WORKDAY_CLIENT_SECRET}"
      }
    }
  }
}

Replace placeholder values for: WORKDAY_CLIENT_SECRET

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-workday
Environment Variables
WORKDAY_TENANT=${WORKDAY_TENANT}
WORKDAY_CLIENT_ID=${WORKDAY_CLIENT_ID}
WORKDAY_CLIENT_SECRET=${WORKDAY_CLIENT_SECRET}
Required Secrets
WORKDAY_CLIENT_SECRET