[ShipStreaks]>> MCP Installation
[DASHBOARD]

MCP Installation Guide

Connect ShipStreaks to Claude Desktop, Cursor, VS Code, and other MCP-compatible tools

[1] Get Your API Key

First, you need an API key from ShipStreaks:

  1. 1. Sign up at shipstreaks.app/signup
  2. 2. Go to Settings → API Keys
  3. 3. Click [CREATE NEW KEY]
  4. 4. Copy your key (starts with sk_live_)

[2] Run Installation Command

macOS/Linux:

curl -sSL https://shipstreaks.app/install-mcp | bash -s -- YOUR_API_KEY

Run in Terminal. Replace YOUR_API_KEY with your actual key.

Windows PowerShell:

irm https://shipstreaks.app/install-mcp.ps1 | iex

Run as Administrator. Enter your API key when prompted.

[3] Restart Claude Desktop

After installation, restart Claude Desktop to load the MCP server. Look for the 🔌 icon in the text input area.

[TROUBLESHOOTING]

MCP server not showing up?

• Completely quit Claude Desktop (not just close)

• Start Claude Desktop again

• Check for the 🔌 icon in text input

Permission denied?

• macOS/Linux: Run with sudo

• Windows: Run PowerShell as Administrator

Node.js not found?

• The installer will download a portable version

• Or install from nodejs.org