Connector guide1-minute read9 MCP toolsEN · DE · IT

如何通过 MCP 将 Workable 连接到 ChatGPT

从任何 AI 代理管理 Workable ATS(候选人、职位、成员、阶段、评论)。9 种工具,Bearer 令牌认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

MCP connector

Workable

Manage Workable ATS (candidates, jobs, members, stages, comments) from any AI agent. 9 tools, Bearer token auth.

Tools

9

Region

INTL

Category

HR

Authentication

Bearer Token

Required env vars

WORKABLE_SUBDOMAINWORKABLE_ACCESS_TOKEN
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
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

从任何 AI 代理管理 Workable ATS(候选人、职位、成员、阶段、评论)。9 种工具,Bearer 令牌认证。

试试这样问

Workable 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Workable · 通过 MCP 实时
分享
Opus 4.7

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)。

设置

  1. 登录你的 Workable 账户 → 右上角头像 → Integrations → Workable API → Generate access token
  2. 记下你的子域名(即 .workable.com 之前的部分)。
  3. 设置 WORKABLE_SUBDOMAINWORKABLE_ACCESS_TOKEN

认证Authorization: Bearer ${WORKABLE_ACCESS_TOKEN}

每个租户的 baseUrlhttps://${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 计划)。免费版不支持自定义连接器。

  1. 打开 ChatGPT → Settings → Connectors(或点击创作器中的 🔧 图标 → Manage connectors)。
  2. 点击 "Add custom connector"
  3. 填写:
    • 名称: Workable
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key
  4. 点击 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 计划。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Workable agent is one click away.

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

相关指南