Articles on: SalesBlink AI

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-remote fallback


Option 1: Add a remote connector


  1. In Claude Desktop, open Customize → Connectors.
  2. Click Add custom connector.
  3. Enter https://mcp.salesblink.io/mcp.
  4. Sign in to SalesBlink in the browser window and approve the connection.
  5. 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.


  1. Open your Claude Desktop configuration file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the following configuration:


{
  "mcpServers": {
    "salesblink": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.salesblink.io/mcp",
        "--transport",
        "http-only"
      ]
    }
  }
}


  1. Restart Claude Desktop.
  2. 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@latest and --transport http-only.
  • Reconnect the SalesBlink connector if authorization expires or tools are unavailable.

Updated on: 01/09/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!