Connector guide1-minute read9 MCP toolsEnglish · Deutsch · Italiano

如何将 BambooHR 连接到 Cursor — 通过 MCP

从任何AI代理管理BambooHR(员工、请假、定制报告、字段、文件)。9个工具,基本认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

BambooHR

Manage BambooHR (employees, time-off, custom reports, fields, files) from any AI agent. 9 tools, basic-auth.

Tools

9

Region

INTL

Category

HR

Authentication

Basic Auth

Required env vars

BAMBOOHR_SUBDOMAINBAMBOOHR_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the BambooHR in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

从任何AI代理管理BambooHR(员工、请假、定制报告、字段、文件)。9个工具,基本认证。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → BambooHR,粘贴您的凭据,生成MCP API密钥 — 完成。无需Docker,无需 git clone,无需本地服务器。

BambooHR + Cursor

从任何AI代理管理BambooHR(员工、请假、定制报告、字段、文件)。9个工具,基本认证。

前提条件

请查看连接器中包含的完整设置说明(在选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

BAMBOOHR_SUBDOMAIN, BAMBOOHR_API_KEY

第一步 — 获取凭据

此连接器封装了BambooHR REST API v1(每个子域 — api.bamboohr.com/api/gateway.php/<subdomain>/v1)。

设置

  1. 登录到您的BambooHR门户 → 右上角头像 → API Keys → 添加新密钥
  2. 记下您的子域(在.bamboohr.com之前的部分)并复制密钥。
  3. 设置 BAMBOOHR_SUBDOMAINBAMBOOHR_API_KEY

认证:HTTP基本认证 — API密钥作为用户名,字面值 x 作为密码。

路径子域:BambooHR的API在URL路径中嵌入子域。适配器通过运行时envVar进行替换。

…(在应用内连接器说明中继续)

第二步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第三步 — 在Claude中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: BambooHR
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴您的MCP API密钥(来自AnythingMCP → Profile → MCP API Keys → New Key
  4. 点击 连接 进行授权。

所有工具将在您的聊天中出现 — 开始输入提示。

可用工具

工具功能
bamboohr_list_employees_directory返回公司目录:每个员工的id、displayName、jobTitle、workEmail、department、division、location、supervisor
bamboohr_get_employee通过ID获取一个员工
bamboohr_add_employee创建一个新员工
bamboohr_update_employee更新员工字段
bamboohr_who_is_out返回特定日期范围内的公司请假名单
bamboohr_list_time_off_requests列出请假请求
bamboohr_list_meta_fields列出此帐户中定义的每个字段(内置 + 自定义)
bamboohr_run_custom_report通过其数字ID运行预定义的自定义报告
bamboohr_get_employee_files列出员工记录中按部分分类的文件

常见问题

它是否同时适用于Claude Code和Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your BambooHR agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

相关指南