Rocket+ MCP Server

Connect Claude to your CRM

rocket-plus-mcp

v3.0.1

Model 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.

111+ Tools26 Categories6 ResourcesMIT License
npx -y rocket-plus-mcp

Prerequisites

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

1

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.

Get API Key
2

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.

2b

Or Configure Claude Code (CLI)

Run this command, then set your environment variables:

claude mcp add --transport stdio rocket-plus -- npx -y rocket-plus-mcp
export ROCKET_API_URL=https://rocketadd.com
export ROCKET_API_KEY=rp_your_api_key_here
3

Restart 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

VariableDescriptionDefault
ROCKET_API_KEYYour Rocket+ API keyRequired
ROCKET_API_URLRocket+ API base URLhttps://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/info

Current CRM location information

rocket://subscription/status

Subscription plan and usage

rocket://mods/available

List of available mods

rocket://agents/templates

Available agent templates

rocket://canvas/templates

Canvas templates

rocket://rss/feeds

Configured RSS feeds

Ready to connect Claude to your CRM?

Get Your API Key