rocket-plus-mcp
v3.0.1Model Context Protocol server for integrating Rocket+ with AI assistants like Claude. Manage contacts, deploy workflows, generate content, run analytics, and automate your entire CRM through natural language.
npx -y rocket-plus-mcpPrerequisites
1. Node.js 18+ installed on your machine
2. A Rocket+ account at rocketadd.com
3. A Rocket+ API Key (starts with rp_) — generate one from your Settings page
Quick Start
Get Your API Key
Log in to rocketadd.com, go to Settings, and create a new API key. Your key starts with rp_ and is shown only once — copy it immediately.
Configure Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rocket-plus": {
"command": "npx",
"args": ["-y", "rocket-plus-mcp"],
"env": {
"ROCKET_API_URL": "https://rocketadd.com",
"ROCKET_API_KEY": "rp_your_api_key_here"
}
}
}
}Replace rp_your_api_key_here with your actual API key.
Or Configure Claude Code (CLI)
Run this command, then set your environment variables:
claude mcp add --transport stdio rocket-plus -- npx -y rocket-plus-mcpexport ROCKET_API_URL=https://rocketadd.com
export ROCKET_API_KEY=rp_your_api_key_hereRestart and Go
Restart Claude Desktop (or start a new Claude Code session). You can now interact with your CRM through natural language:
“Show me my recent contacts”
“Generate a blog post about email marketing tips”
“Deploy this RocketFlow workflow: [JSON]”
“Search my Gmail for invoices from last month”
Environment Variables
| Variable | Description | Default |
|---|---|---|
ROCKET_API_KEY | Your Rocket+ API key | Required |
ROCKET_API_URL | Rocket+ API base URL | https://rocketadd.com |
Available Tools (111)
Example Prompts
CRM Operations
- “Show me my recent contacts”
- “Create a contact for John Doe (john@example.com)”
- “Send an SMS: Your appointment is confirmed”
- “Add VIP tag to all enterprise contacts”
Content Creation
- “Generate a blog post about email marketing”
- “Create a 5-module course on social media”
- “Rewrite this email to be more persuasive”
- “Generate SEO meta tags for my landing page”
Automation
- “Deploy this RocketFlow workflow: [JSON]”
- “Execute the proposal-agent for contact xyz”
- “Create a recurring task to check leads daily”
- “Create an A/B test for my headline”
Analytics & Research
- “What's my current API usage?”
- “Analyze my conversion rate trends”
- “Generate a weekly analytics report”
- “Enrich this lead with People Data Labs”
MCP Resources
Context resources provided to your AI assistant automatically
rocket://location/infoCurrent CRM location information
rocket://subscription/statusSubscription plan and usage
rocket://mods/availableList of available mods
rocket://agents/templatesAvailable agent templates
rocket://canvas/templatesCanvas templates
rocket://rss/feedsConfigured RSS feeds
Links
Ready to connect Claude to your CRM?
Get Your API Key