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.
$ curl -sSL https://shipstreaks.app/install-mcp | bash -s -- YOUR_API_KEY
Run in Terminal. Replace YOUR_API_KEY with your actual key.
PS> irm https://shipstreaks.app/install-mcp.ps1 | iex
Run as Administrator. Enter API key when prompted.
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)
{
"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.
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"
https://mcp.shipstreaks.app
All requests require your ShipStreaks API key:
Authorization: Bearer YOUR_API_KEY
/api/projects
- List your projects/api/projects
- Create a new project/api/checkins
- Create a check-in/api/users/streak
- Get streak statusnpm install -g @shipstreaks/mcp-server@latest
View on NPM: npmjs.com/package/@shipstreaks/mcp-server