
Workday
- 10 repo stars
- Updated July 25, 2026
- mindstone/mcp-servers
Connects an AI agent to Workday HCM to read workers, profiles, and organizations, so an agent can answer HR and org questions.
About
This Mindstone MCP server connects an AI assistant to Workday HCM, exposing workers, profiles, and organizations. A builder in a company running Workday reaches for it when they want an agent to answer people and org-structure questions or pull HR data without navigating Workday directly.
- Workday HCM MCP
- Workers, profiles, organizations
- OAuth 2.0 auth
- npx npm stdio server
Workday by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add --env WORKDAY_HOST=YOUR_WORKDAY_HOST --env WORKDAY_TENANT=YOUR_WORKDAY_TENANT --env WORKDAY_CLIENT_ID=YOUR_WORKDAY_CLIENT_ID --env WORKDAY_CLIENT_SECRET=YOUR_WORKDAY_CLIENT_SECRET --env WORKDAY_REFRESH_TOKEN=YOUR_WORKDAY_REFRESH_TOKEN mcp-server-workday -- npx -y @mindstone/mcp-server-workdayAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Package | @mindstone/mcp-server-workday |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 25, 2026 |
| Repository | mindstone/mcp-servers ↗ |
What it does
Connects an AI agent to Workday HCM to read workers, profiles, and organizations, so an agent can answer HR and org questions.
Who is it for?
agents that answer HR and org questions from Workday
Skip if: non-Workday HR systems
What you get
An agent reads Workday workers, profiles, and organizations on demand.
- worker data
- org lookup
Recommended MCP Servers
How it compares
A Workday HCM MCP rather than a generic directory integration.
FAQ
How does it authenticate?
Via Workday OAuth 2.0 with a refresh token.
What data does it expose?
Workers, profiles, and organizations from Workday HCM.