Articles on: SalesBlink AI

Use SalesBlink with OpenCode

title: Use SalesBlink with OpenCode
description: Manage SalesBlink directly from OpenCode using natural language.

Overview


Connect SalesBlink to OpenCode through MCP to manage cold email outreach without leaving your terminal. Create prospect lists, launch sequences, check replies, and track campaign performance using natural language commands.


Prerequisites


  • Active SalesBlink account: Sign up at https://run.salesblink.io/signup if you do not have one.
  • OpenCode installed: Make sure OpenCode is set up in your environment.
  • Node.js installed: OpenCode uses npx to run the MCP bridge.


Step-by-Step Instructions



Open your OpenCode configuration file and add the following entry to its mcp object:


{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "salesblink": {
      "type": "local",
      "command": ["npx", "-y", "mcp-remote@latest", "https://mcp.salesblink.io/mcp", "--transport", "http-only"],
      "enabled": true
    }
  }
}


If you already have other MCP servers configured, add only the salesblink entry inside the existing mcp object.


Note: Do not add an API key to the MCP URL. SalesBlink MCP uses OAuth 2.1 and authenticates through your browser.



  1. Restart OpenCode after saving the configuration.
  2. When OpenCode opens the authorization page, sign in to SalesBlink and approve the connection.
  3. Return to OpenCode after authorization is complete.


Step 3: Verify the connection


  1. Ask a simple question, such as "Show me my SalesBlink lists" or "What sequences are running?"
  2. OpenCode should respond with live data from your SalesBlink account.


Example Commands


Task

Example command

Create a list

"Create a list called Marketing Agencies in New York"

Add prospects

"Add these emails to my SaaS Founders list"

Launch a sequence

"Launch the Welcome Sequence to my new list"

Check replies

"Show me replies from this week"

View analytics

"How many opens did my campaign get yesterday?"


Troubleshooting


Connection failed


  • Confirm the MCP URL is exactly https://mcp.salesblink.io/mcp.
  • Make sure the bridge uses mcp-remote@latest with --transport http-only.
  • Restart OpenCode after changing the configuration.


Authorization did not open


  • Run a SalesBlink command again to trigger the OAuth sign-in flow.
  • Confirm your browser can sign in to your SalesBlink account.


Permission errors


  • Reconnect SalesBlink in OpenCode to refresh the OAuth authorization.

Updated on: 01/09/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!