workday mcp for Claude Desktop
io.github.chrischall/workday-mcp
Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session
client:Claude Desktop
transport:stdio
runtime:npm
Install workday mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workday-mcp": {
"command": "npx",
"args": [
"-y",
"workday-mcp"
],
"env": {
"WORKDAY_TENANT": "<WORKDAY_TENANT>",
"WORKDAY_HOST": "<WORKDAY_HOST>",
"WORKDAY_WS_PORT": "<WORKDAY_WS_PORT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs