No install? Use cloud.anythingmcp.com directly.
Sign in, install the Salesloft in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Salesloft, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Salesloft + Claude
Drive Salesloft (sales engagement platform) from any AI agent: people, accounts, cadences, sequence enrollment, activities, custom fields. 11 tools, OAuth2 Bearer auth.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
SALESLOFT_ACCESS_TOKEN
Step 1 — Ottieni le credenziali
salesloft.com).
Setup:
- Salesloft API access requires OAuth2 — Personal API tokens are NOT exposed in the standard UI.
- Sign in to Salesloft → Settings → Your API Access (if visible) — if not, ask an admin to generate an OAuth token for you OR register an OAuth app.
- Obtain an access token (typically valid 30 minutes for OAuth flow; longer for refresh-token rotation).
- Set
SALESLOFT_ACCESS_TOKEN.
Authentication: Authorization: Bearer ${SALESLOFT_ACCESS_TOKEN}. The token expires (~30 min) — if you see 401s, refresh via Salesloft's OAuth refresh-token endpoint (out of scope here — handle via your OAuth client).
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 3 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Salesloft - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
salesloft_me | Return the authenticated user info: id, name, email, guid, team_id, role |
salesloft_list_people | List people (prospects) |
salesloft_get_person | Fetch a person by ID |
salesloft_create_person | Create a person |
salesloft_update_person | Update a person |
salesloft_list_accounts | List accounts (companies) |
salesloft_list_cadences | List cadences (multi-step sequences) |
salesloft_enroll_person_in_cadence | Add a person to a cadence (create a cadence_membership) |
salesloft_list_users | List Salesloft users in your team |
salesloft_create_activity_call | Log a call activity on a person |
salesloft_list_custom_fields | List custom fields defined for people / accounts |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.