Loading MCP server directory, please wait...
Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session
npx @getmcp/cli add io.github.chrischall/workday-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WORKDAY_TENANTWorkday tenant slug, e.g. `acme` for https://wd5.myworkday.com/acme.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/workday-mcp": {
"command": "npx",
"args": [
"-y",
"workday-mcp"
],
"env": {
"WORKDAY_TENANT": "",
"WORKDAY_HOST": "",
"WORKDAY_WS_PORT": ""
}
}
}
}