Connect SalesBlink to Claude Desktop
title: Connect SalesBlink to Claude Desktop
description: Manage outreach from Claude Desktop using the SalesBlink MCP integration.
Overview
Connect SalesBlink to Claude Desktop through MCP to manage outreach with AI commands. SalesBlink MCP uses OAuth 2.1, so you sign in and approve the connection in your browser instead of creating an API key.
Prerequisites
- Claude Desktop installed on macOS or Windows
- Active SalesBlink account
- Node.js installed only if you need the
mcp-remotefallback
Option 1: Add a remote connector
- In Claude Desktop, open Customize → Connectors.
- Click Add custom connector.
- Enter
https://mcp.salesblink.io/mcp. - Sign in to SalesBlink in the browser window and approve the connection.
- Return to Claude Desktop and start using the SalesBlink tools.
Note: This is the recommended option. Do not add an API key to the MCP URL.
Option 2: Use the Node.js fallback
Use this option when the Connectors interface is unavailable.
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the following configuration:
{
"mcpServers": {
"salesblink": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.salesblink.io/mcp",
"--transport",
"http-only"
]
}
}
}- Restart Claude Desktop.
- Complete the SalesBlink sign-in and consent flow when prompted.
Verify the connection
Ask Claude a question such as "Show me my SalesBlink lists" or "What sequences are running?" Claude should respond with live data from your SalesBlink account.
Troubleshooting
- Confirm the endpoint is exactly
https://mcp.salesblink.io/mcp. - Confirm the fallback uses
mcp-remote@latestand--transport http-only. - Reconnect the SalesBlink connector if authorization expires or tools are unavailable.
Updated on: 01/09/2026
Thank you!