Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Workable in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理管理 Workable ATS(候选人、职位、成员、阶段、评论)。9 种工具,Bearer 令牌认证。
试试这样问
Workable 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Workable,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Workable + ChatGPT
从任何 AI 代理管理 Workable ATS(候选人、职位、成员、阶段、评论)。9 种工具,Bearer 令牌认证。
先决条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
WORKABLE_SUBDOMAIN, WORKABLE_ACCESS_TOKEN
第 1 步 — 获取凭据
此连接器封装了 Workable 招聘 API(按子域名 — yoursub.workable.com/spi/v3)。
设置:
- 登录你的 Workable 账户 → 右上角头像 → Integrations → Workable API → Generate access token。
- 记下你的子域名(即
.workable.com之前的部分)。 - 设置
WORKABLE_SUBDOMAIN和WORKABLE_ACCESS_TOKEN。
认证:Authorization: Bearer ${WORKABLE_ACCESS_TOKEN}。
每个租户的 baseUrl:https://${WORKABLE_SUBDOMAIN}.workable.com/spi/v3。在导入时替换。
职位 'shortcode':Workable 通过短哈希字符串(AC123ABCDE)在 URL/API 中识别职位。使用 workable_list_jobs 进行发现。
…(在应用内连接器说明中继续)
第 2 步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第 3 步 — 在 ChatGPT 中添加连接器
ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费版不支持自定义连接器。
- 打开 ChatGPT → Settings → Connectors(或点击创作器中的 🔧 图标 → Manage connectors)。
- 点击 "Add custom connector"。
- 填写:
- 名称:
Workable - MCP 服务器 URL:
https://cloud.anythingmcp.com/mcp - 认证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- 名称:
- 点击 Connect 进行授权。
可用工具
| 工具 | 功能 |
|---|---|
workable_account_info | 返回账户信息(子域名、名称、摘要) |
workable_list_jobs | 列出职位 |
workable_get_job | 通过短代码获取单个职位的完整描述 + 要求 + 福利 |
workable_list_candidates | 列出某职位的候选人 |
workable_get_candidate | 通过 ID 获取单个候选人的完整档案 + 对职位问题的回答 |
workable_create_candidate | 在职位上创建候选人(来源 / 推荐) |
workable_move_candidate_stage | 将候选人移动到不同的管道阶段 |
workable_disqualify_candidate | 以理由拒绝(不合格)候选人 |
workable_list_stages | 列出账户中定义的管道阶段 |
常见问题
ChatGPT 免费版是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise 计划。
下一步
这份指南对你有帮助吗?