← Index

Workday

io.github.mindstone/mcp-server-workday·v0.2.2·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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": "<your-workday_client_secret>",
        "WORKDAY_REFRESH_TOKEN": "<your-workday_refresh_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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": "<your-workday_client_secret>",
        "WORKDAY_REFRESH_TOKEN": "<your-workday_refresh_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-workday
§02  Environment variables
WORKDAY_HOST
required

Workday API host (e.g. wd5-impl-services1.workday.com)

WORKDAY_TENANT
required

Workday tenant ID

WORKDAY_CLIENT_ID
required

Workday OAuth 2.0 client ID

WORKDAY_CLIENT_SECRET
requiredsecret

Workday OAuth 2.0 client secret

WORKDAY_REFRESH_TOKEN
requiredsecret

Workday OAuth 2.0 refresh token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other