MCP Server
MCP
io.github.chrischall/workday-mcp
Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session
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
By
Comments
Sign in to leave a comment