The universal AI layer for every HR platform.
PeopleLayer connects Claude AI to Workday, Oracle HCM, ServiceNow, SAP SuccessFactors, BambooHR — and more — via the Model Context Protocol (MCP).
Ask Claude anything about your workforce. Automate HR tasks with natural language.
| Repo | Description | Status |
|---|---|---|
| workday-mcp | Workday HCM, Recruiting, Time Off, Performance, Learning, Absence | ✅ Live |
| oracle-hcm-mcp | Oracle HCM Cloud — Workforce, Talent, Absence, Learning | 🔜 Q3 2026 |
| servicenow-mcp | ServiceNow HR Service Delivery — Cases, Journeys, Knowledge | 🔜 Q3 2026 |
| sap-successfactors-mcp | SAP SuccessFactors — Employee Central, Talent, Learning | 🔜 Q4 2026 |
| bamboohr-mcp | BambooHR — Employees, Time Off, Reports, Onboarding | 🔜 Q4 2026 |
| peoplelayer-sdk | Core multi-connector SDK, auth, tier system | ✅ Live |
git clone https://github.com/peoplelayer/peoplelayer-sdk
cd peoplelayer-sdk
npm install
cp .env.example .env
npm startAdd to claude_desktop_config.json:
{
"mcpServers": {
"peoplelayer": {
"command": "node",
"args": ["/path/to/peoplelayer-sdk/src/index.js"],
"env": {
"PEOPLELAYER_CONNECTOR": "workday",
"PEOPLELAYER_TIER": "free"
}
}
}
}| Tier | Tools | Cost |
|---|---|---|
| Free | Read-only get_* list_* search_* |
Free forever |
| Pro | Full read + write/action tools | $49/mo — 14-day trial |
| Enterprise | All tools, all platforms, on-prem | $299/mo — 14-day trial |