← Back to Plugins
MCP Server MCP

io.github.chrischall/workday-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "workday-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Workday tenant slug, e.g. `acme` for https://wd5.myworkday.com/acme.",
          "isRequired": true,
          "format": "string",
          "name": "WORKDAY_TENANT"
        },
        {
          "description": "Workday data-center host (default wd5.myworkday.com).",
          "format": "string",
          "name": "WORKDAY_HOST"
        },
        {
          "description": "Override the fetchproxy WebSocket port (default 37149).",
          "format": "string",
          "name": "WORKDAY_WS_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...