Brought to you by a pretty woman called -

Anushka Gupta, Head - Ecosystem & Partnerships | SalesRobot

<aside>

BTW, we've been building SalesRobot since 2020. Bootstrapped.

We’re at 5,500 users across 45 countries, but here’s some actual crazy shit:

→ $2.7M in lifetime revenue →$1.2M ARR crossed → 3.3 million organic LinkedIn impressions in 2025 alone.

Give SalesRobot your ICP, connect your LinkedIn account, and it handles the rest:

🎞️ AI video clone - your face, auto-personalized at scale

🎙️ AI voice clone - your voice, personalized per prospect

📅 AI appointment setter - handles replies, kills objections, books calls while you sleep.

Check it out if you’re intrigued, we’ve got a 14-day free trial (you should definitely give it a shot)
Book a demo today
White-label version for agencies (your clients would never know it’s us)

</aside>

The Complete MCP Setup Guide

What this is: The exact setup + every prompt I used to run a full LinkedIn outreach campaign from inside Claude Fable 5 — list building, icebreakers, sequences, inbox, stats — without opening the SalesRobot dashboard once. Setup takes ~10 minutes. Your first campaign takes ~8.

What's inside:

What you need before starting:


How This Works (30-Second Explainer)

Two pieces, one system:

Claude Fable 5 is the brain. It defines your ICP, builds your list strategy, writes your icebreakers and sequences, reads your stats, and drafts your replies. Anthropic's newest and sharpest model — and the reasoning quality shows up directly in your copy and your targeting.

The SalesRobot MCP is the hands. MCP (Model Context Protocol) is how Claude stops telling you how to run outreach and actually does it — creates campaigns, imports prospects, builds sequences, starts everything. The SalesRobot MCP server gives Fable 5 55 tools: campaign management, prospect imports from 7+ sources, inbox management, AI icebreakers, voice clones, stats.

You set it up once. After that, your outreach is just a conversation.


Part 1 — Setup (One Time, ~10 Minutes)

Step 1: Install Node.js v18

The MCP package is built for Node 18 specifically. The cleanest way to manage this is nvm (Node Version Manager) — it lets you run Node 18 for this without breaking anything else on your machine.

Mac / Linux

Open Terminal and run these one at a time:

bash

curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh> | bash