SalesRobot published an MCP server (Model Context Protocol) that connects Claude Desktop to the full SalesRobot platform.
Once connected, Claude can create campaigns, import prospects, build sequences, configure settings, manage your inbox, and start outreach — all from a single conversation.
55 tools. 8 categories. No dashboard needed.
This guide covers everything: installation, configuration, the campaign creation workflow, every prospect import method, sequence building, AI personalization features, and the complete tool reference.
You need three things:
1. A SalesRobot account with an API key
Go to SalesRobot → Settings → API Key. Copy it. This is the single authentication layer — one key gives Claude access to all 55 tools.
2. A LinkedIn account connected inside SalesRobot
Claude cannot connect LinkedIn accounts for you. You need at least one LinkedIn account already added in SalesRobot before you begin.
3. Claude Desktop installed on your computer
This MCP works with the Claude Desktop app (not the browser version at claude.ai). Download it from anthropic.com if you don't have it.
The SalesRobot MCP server requires Node.js v18. The recommended way to manage Node versions is NVM (Node Version Manager).
Install NVM (skip if you already have it):
curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh> | bash