No install? Use cloud.anythingmcp.com directly.
Sign in, install the Workable in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Workable, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Workable + Claude
Manage Workable ATS (candidates, jobs, members, stages, comments) from any AI agent. 9 tools, Bearer token auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
WORKABLE_SUBDOMAIN, WORKABLE_ACCESS_TOKEN
Paso 1 — Obtener credenciales
This connector wraps the Workable Hiring API (per-subdomain — yoursub.workable.com/spi/v3).
Setup:
- Log into your Workable account → top-right avatar → Integrations → Workable API → Generate access token.
- Note your subdomain (the part before
.workable.com). - Set
WORKABLE_SUBDOMAINandWORKABLE_ACCESS_TOKEN.
Authentication: Authorization: Bearer ${WORKABLE_ACCESS_TOKEN}.
Per-tenant baseUrl: https://${WORKABLE_SUBDOMAIN}.workable.com/spi/v3. Substituted at import time.
Job 'shortcode': Workable identifies jobs by short hash strings (AC123ABCDE) in URLs/API. Use workable_list_jobs to discover.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en Claude
Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.
- Abre claude.ai/customize/connectors.
- Pulsa "Add custom connector".
- Rellena:
- Name:
Workable - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.
Herramientas disponibles
| Tool | What it does |
|---|---|
workable_account_info | Returns the account info (subdomain, name, summary) |
workable_list_jobs | List jobs |
workable_get_job | Get a single job by shortcode with full description + requirements + benefits |
workable_list_candidates | List candidates for a job |
workable_get_candidate | Get one candidate by ID with full profile + answers to job questions |
workable_create_candidate | Create a candidate on a job (sourced / referral) |
workable_move_candidate_stage | Move a candidate to a different pipeline stage |
workable_disqualify_candidate | Disqualify (reject) a candidate with a reason |
workable_list_stages | List pipeline stages defined in the account |
FAQ
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.