BambooHR MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BambooHR MCP Servershow me John Smith's employee information"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BambooHR MCP Server
A Model Context Protocol (MCP) server that seamlessly connects AI assistants to BambooHR's API. Access employee data, time off information, company files, and more through natural language queries in Claude and other AI assistants.
🚀 Quick Start
Get Your BambooHR Credentials
Log into your BambooHR account
Click your name in the lower left-hand corner of any page
Select API Keys from the user context menu (if you have sufficient permissions)
Generate a new API key
Note your company subdomain (the part before
.bamboohr.com)
Configuration
Add the server to your Claude Desktop configuration:
{
"mcpServers": {
"bamboohr": {
"command": "npx",
"args": ["mcp-bamboohr@latest"],
"type": "stdio",
"env": {
"BAMBOO_API_TOKEN": "your_actual_api_token",
"BAMBOO_COMPANY_DOMAIN": "your_company_subdomain"
}
}
}
}Related MCP server: bamboohr-mcp
✨ Features
🧑💼 Employee Management - Get employee data, photos, directory, and performance goals
🏖️ Time Off Management - Check balances, requests, and who's out
📁 Company Resources - Access files, documents, and metadata
🔒 Token Authentication - Uses BambooHR's API with token authentication
🎯 Type Safety - Full TypeScript support with type definitions
✅ 100% Test Coverage - 71 tests covering all code
🛡️ Error Handling - Proper error handling and timeouts
📚 Documentation - Setup guides and examples
🛠️ Available Tools
The server provides 10 MCP tools covering essential BambooHR operations:
Employee Management
get-employee- Retrieve detailed employee information with customizable fieldsget-employee-photo- Download employee photos in various sizesget-employee-directory- Access the complete company directoryget-employee-goals- View performance goals and objectives
Time Off Management
estimate-time-off-balance- Calculate future time off balancesget-time-off-requests- Retrieve and filter time off requestsget-whos-out- View upcoming time off and holidays
Company Resources
list-company-files- Browse available company files and categoriesget-company-file- Download specific company documentsget-meta-fields- Discover all available BambooHR data fields
💡 Example Queries
"Show me John Smith's employee information"
"Who's out of office next week?"
"What are the pending time off requests that need approval?"
"Download the employee handbook from company files"
"What are Sarah's current performance goals?"
"How much vacation time will I have by year-end?"
🏗️ Development
From Source
# Clone and setup
git clone https://github.com/evrimalacan/mcp-bamboohr.git
cd mcp-bamboohr
npm install
# Build
npm run build
# Run tests (71 comprehensive tests with 100% coverage)
npm test
# Development mode
npm run dev🐛 Troubleshooting
Common Issues
"Authentication failed"
Verify your API token is correct
Ensure company domain is just the subdomain (not full URL)
"Access forbidden"
Check your BambooHR user has API access enabled
Verify permissions for the specific resource
"Resource not found"
Confirm the employee ID or resource exists
Check you have permission to access the resource
📚 Documentation
Complete Usage Guide - Detailed setup, configuration, and usage
BambooHR API Documentation - Official API reference
🤝 Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Add tests for your changes
Ensure all tests pass (
npm test)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
📄 License
MIT License - see LICENSE file for details.
🌟 Support
🐛 Bug Reports: GitHub Issues
💡 Feature Requests: GitHub Discussions
📖 Documentation: See CLAUDE.md for comprehensive guide
Made with tons of ❤️
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
- StackOneOAuthcom.stackone
Give AI agents 30,000+ safe, token-optimized actions across Workday, SAP, Oracle + hundreds more.
Carbon Voice MCP serves as a bridge that connects AI assistants like ChatGPT, Claude, and Cursor to a user's Carbon Voice account, turning voice messages and conversations into a private, on-demand knowledge base. It provides 28 specialized tools for comprehensive voice messaging management, including creating and sending messages, accessing conversation history with instant transcription, running AI actions (summarization, TLDR generation, meeting notes), and managing workspace collaboration through folders, contacts, and team communications.
Shared company knowledge, workflows, and connected apps for the AIs your team already uses.
Related MCP Servers
- AlicenseBqualityDmaintenanceConnects AI agents to the Rippling HR/IT/Finance platform to query employees, manage leave requests, and view organizational structures. It provides eighteen tools for accessing company data, employee details, and administrative activities through the Rippling API.1913 npm4MIT
- AlicenseNot gradedqualityFmaintenanceEnables natural language interaction with BambooHR to manage employee records, time off, hiring, and benefits. It provides 74 tools and pre-built workflows to automate HR operations like onboarding, reporting, and performance tracking.14MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to interact with Atlassian Bamboo CI/CD, allowing natural language queries to check build status, fetch logs, trigger builds, and manage deployments.2767 npm5MIT
- FlicenseNot gradedqualityDmaintenanceProvides 50+ tools for interacting with Rippling's HR platform, including employee management, payroll, time tracking, benefits, recruiting, learning, devices, groups, and custom objects, all through natural language.-