← Back to Plugins
MCP Server MCP

Workday

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-workday",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Workday API host (e.g. wd5-impl-services1.workday.com)",
          "isRequired": true,
          "format": "string",
          "name": "WORKDAY_HOST"
        },
        {
          "description": "Workday tenant ID",
          "isRequired": true,
          "format": "string",
          "name": "WORKDAY_TENANT"
        },
        {
          "description": "Workday OAuth 2.0 client ID",
          "isRequired": true,
          "format": "string",
          "name": "WORKDAY_CLIENT_ID"
        },
        {
          "description": "Workday OAuth 2.0 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WORKDAY_CLIENT_SECRET"
        },
        {
          "description": "Workday OAuth 2.0 refresh token (optional; enables the refresh_token grant)",
          "format": "string",
          "isSecret": true,
          "name": "WORKDAY_REFRESH_TOKEN"
        },
        {
          "description": "Optional override for the recruiting REST family version (e.g. v41.2) when the tenant exposes a different Workday platform release",
          "format": "string",
          "name": "WORKDAY_RECRUITING_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...