HR Stack
Greenhouse, BambooHR, and Slack for recruiting and people ops
What is HR Stack?
MCP servers: Greenhouse (ATS), BambooHR (HRIS), and Slack (team communications). Candidate and employee data access.
10 min
Intermediate
What's Included
- mcp-servers.json
- servers/greenhouse/config.json
- servers/greenhouse/auth-setup.md
- servers/greenhouse/permissions.md
- servers/bamboohr/config.json
- servers/bamboohr/auth-setup.md
- servers/slack/config.json
- servers/slack/auth-setup.md
- docker-compose.yaml
- env.example
- scripts/setup.sh
- scripts/test-connections.sh
- README.md
Preview
// mcp-servers.json
{
"mcpServers": {
"greenhouse": {
"command": "npx",
"args": ["-y", "@mcp/greenhouse-server"],
"env": {
"GREENHOUSE_API_KEY": "${GREENHOUSE_API_KEY}",
"GREENHOUSE_ON_BEHALF_OF": "${GREENHOUSE_USER_ID}"
}
},
"bamboohr": {
"command": "npx",
"args": ["-y", "@mcp/bamboohr-server"],
"env": {
"BAMBOO_API_KEY": "${BAMBOO_API_KEY}",
"BAMBOO_SUBDOMAIN": "${BAMBOO_SUBDOMAIN}"
}
},
"slack": {
"command": "npx",
"args": ["-y", "@mcp/slack-server"],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_TEAM_ID": "${SLACK_TEAM_ID}"
}
}
}
}Installation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip hr-mcp-bundle.zipImport the skill
paperclipai skill import --from ./hr-mcp-bundle/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill hr-mcp-bundle
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "HR Stack"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the hr-mcp-bundle/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "HR Stack" from the list.
Related Products
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
Analytics Stack
BigQuery, dbt, and Metabase for warehouse-to-dashboard analytics
Healthcare Stack
EHR connector, appointment scheduler, and secure messaging