ShipStreaks [MCP] Integration

Connect ShipStreaks to Claude Desktop, Cursor, VS Code, and any MCP-compatible AI tool. Build in public with AI assistance, track your progress, maintain your streak.

✓ PRODUCTION READYmcp.shipstreaks.app

[QUICK INSTALL]

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:

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

Run as Administrator. Enter API key when prompted.

⚙️

[MANUAL CONFIGURATION]

Prerequisites:

1. Install Node.js from nodejs.org

2. Install the MCP server package globally:

npm install -g @shipstreaks/mcp-server@latest

3. Configure your IDE (see below)

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shipstreaks": {
      "command": "shipstreaks-mcp",
      "args": [],
      "env": {
        "SHIPSTREAKS_API_KEY": "YOUR_API_KEY",
        "SHIPSTREAKS_BASE_URL": "https://mcp.shipstreaks.app"
      }
    }
  }
}

💡 TIP: Replace YOUR_API_KEY with your key from Settings → API Keys

⚠️ Prefer automatic setup? Use our one-click installer to handle everything automatically.

🛠

[AVAILABLE TOOLS]

create_project()[1/5]

Create a new ShipStreaks project with AI-extracted data from URLs

Example: "Create a new React dashboard project from github.com/user/repo"

create_checkin()[2/5]

Create a daily check-in for your ShipStreaks project

Example: "Log today's progress: implemented auth system and fixed bugs"

list_projects()[3/5]

List all your ShipStreaks projects with filtering options

Example: "Show me all my active projects"

get_streak_status()[4/5]

Get your current streak and check-in status

Example: "What's my current streak?"

extract_project_from_url()[5/5]

Extract project information from a URL using AI

Example: "Extract project info from this GitHub repository"

📚

[API REFERENCE]

Base URL:

https://mcp.shipstreaks.app

Authentication:

All requests require your ShipStreaks API key:

Authorization: Bearer YOUR_API_KEY

Endpoints:

GET/api/projects- List your projects
POST/api/projects- Create a new project
POST/api/checkins- Create a check-in
GET/api/users/streak- Get streak status
📦

[NPM PACKAGE]

npm install -g @shipstreaks/mcp-server@latest
Package: @shipstreaks/mcp-server
Version: 1.0.0
License: MIT
Size: ~36KB

View on NPM: npmjs.com/package/@shipstreaks/mcp-server