bamboohr
stdioUsed by 1 plugin
Installs hr-people-ops, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin hr-people-opsDescription
BambooHR for employee records and time-off
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"bamboohr": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-bamboohr"
],
"env": {
"BAMBOOHR_API_KEY": "${BAMBOOHR_API_KEY}",
"BAMBOOHR_SUBDOMAIN": "${BAMBOOHR_SUBDOMAIN}"
}
}
}
}Replace placeholder values for: BAMBOOHR_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-bamboohr
Environment Variables
BAMBOOHR_API_KEY=${BAMBOOHR_API_KEY}BAMBOOHR_SUBDOMAIN=${BAMBOOHR_SUBDOMAIN}Required Secrets
BAMBOOHR_API_KEY