Skip to content
skillsaggregatorskillsaggregator
Privacy: This guide links directly to community's credential pages. We never ask you to enter, store, or transmit any credential through this site. Zero outbound calls to anything but the vendor's docs.

Bamboo HR MCP (unofficial) — Auth Setup

This MCP requires API key. Follow your provider's documentation to obtain them.

1. Get your credentials

Visit the Bamboo HR MCP (unofficial) documentation or developer dashboard to generate API key. Never paste credentials into our site — add them directly to your shell environment.

2. Set environment variables

macOS / Linux — add to ~/.zshrc or ~/.bashrc:

export BAMBOOHR_API_KEY=YOUR_VALUE_HERE
export BAMBOOHR_SUBDOMAIN=YOUR_VALUE_HERE

Windows — run in Command Prompt (then restart your terminal):

setx BAMBOOHR_API_KEY "YOUR_VALUE_HERE"
setx BAMBOOHR_SUBDOMAIN "YOUR_VALUE_HERE"

3. Verify

npx claude-skills doctor

You should see ✅ next to the Bamboo HR MCP (unofficial) entry.

4. Restart Claude Code

Quit and reopen Claude Code, then run /mcp list to confirm the MCP appears.