Personalize your marketing stack from the comfort of your favorite LLM
Build campaigns, create survey flows, analyze performance, and manage your entire personalization stack through natural language.
Claude
Cursor
VS Code
See what your AI can do
Real examples of how you can manage your website personalization through natural conversation. Just tell your AI what you want.
create-segment-group
...done
create-segment
x4
create-question
...done
create-flow-from-description...doneget-page-elementsscanning /pricing...create-campaign...doneget-analytics-overview...doneget-campaign-performance...doneget-audience-breakdown...donecreate-split-test...donestart-split-test...doneexport-answers...doneget-export-statuspolling...create-personalized-email...donecreate-questionx3create-flow...donecreate-widget...doneget-optimization-playbook...doneget-analytics-overview...donePlaybooks
Multi-step workflows that combine several MCP tools to accomplish real marketing goals. Each playbook is a single conversation with your AI assistant.
Launch Day Personalization Sprint
You're launching tomorrow. Every visitor segment should see messaging tailored to them - from the landing page hero to the pricing CTA. Normally this takes hours of clicking through the dashboard.
With MCP, your AI scans each page, creates segment-specific campaigns, sets up conversion tracking, and launches an A/B test - all in one conversation. Ship in minutes, not hours.
get-page-elementsx3create-campaignx3create-goal...donecreate-split-test...donepublish-config...doneSegment-First Email Strategy
Most email personalization fails because there's no segmentation data to personalize with. This playbook builds the foundation first - audience dimensions and survey questions - then generates ready-to-use Liquid email templates.
The output is Liquid code you paste directly into your ESP. Each subscriber sees different content based on how they were segmented by RightMessage.
create-segment-group...donecreate-segmentx3create-question...doneget-email-personalization-context...donecreate-personalized-emailx2Quiz Funnel + Personalized Autoresponders
Build a complete quiz that segments visitors, captures their email, and shows a tailored recommendation. But it doesn't stop at the website - hand the segmentation data off to your ESP to trigger personalized follow-up sequences.
This is the cross-MCP power play: RightMessage MCP builds the quiz, then your ESP's MCP (Kit, ActiveCampaign, etc.) creates the autoresponder emails referencing each subscriber's quiz answers.
create-segment-group...donecreate-questionx3create-form...donecreate-offerx3create-flow...donecreate-widget...donepublish-config...donekit: create-automation...donekit: create-emailx3Competitive Teardown and Personalize
Your competitors are targeting the same audience. Instead of one-size-fits-all messaging, personalize your pricing page to speak directly to each segment's pain points and counter specific objections.
Start by understanding who's actually visiting, then create segment-specific social proof, headlines, and CTAs - all backed by a conversion goal so you can measure the impact.
get-audience-breakdown...doneget-page-elements...donecreate-campaign...donecreate-phrase...donecreate-goal...doneMonthly Performance Review
Instead of clicking through dashboards and exporting CSVs manually, pull everything in one conversation. Get campaign metrics, flow completion rates, audience shifts, and AI-powered optimization recommendations.
Export the raw data for your team meeting and walk in with a clear picture of what's working and what to test next.
get-analytics-overview...doneget-campaign-performance...doneget-flow-performance...doneget-audience-breakdown...doneget-optimization-playbook...doneexport-answers...doneexport-leads...doneRescue Unsegmented Visitors
If most of your visitors are unsegmented, your personalization is only reaching a fraction of your traffic. This playbook finds the gap, identifies your highest-traffic pages, and deploys survey widgets to start collecting data.
One conversation turns your anonymous traffic into actionable segments. The AI even writes the survey flow for you from a plain text description.
get-optimization-playbook...doneget-traffic-analytics...donecreate-flow-from-description...donecreate-widgetx3publish-config...doneAgency Client Onboarding
You just signed a new agency client and need to set up their entire personalization stack. Segments, surveys, campaigns, conversion tracking - the full setup that usually takes a full afternoon of clicking.
Do it all in one conversation and hand the client a tracking snippet and a working personalization setup from day one.
create-segment-groupx2create-segmentx7create-questionx2create-flow...donecreate-widget...doneget-page-elementsx2create-campaignx2create-goalx2get-snippet-code...doneA/B Test Everything
Stop guessing which personalization approach works best. Duplicate your existing campaigns, set up controlled split tests, and let statistical significance tell you the winner.
Run multiple tests in parallel across different pages and let the AI check results and pick winners when the data is conclusive.
list-campaigns...doneduplicate-campaignx3create-split-testx3start-split-testx3PPC Landing Page Personalization
Your Google Ads drive traffic to landing pages, but every visitor sees the same generic copy regardless of which ad they clicked. Message mismatch kills conversion rates.
This playbook pulls your ad campaigns, scans each landing page, and creates personalization rules that match page messaging to each ad variant using UTM parameters. The result: every click-through sees copy consistent with the ad that brought them there.
google-ads: list-campaigns...donegoogle-ads: list-ad-groups...doneget-page-elementsscanning /demo...create-campaignx4create-goal...donepublish-config...doneWebinar Promotion Machine
You're running a webinar and want registrations. But different visitors care about different topics. A one-size-fits-all registration page leaves conversions on the table.
Ask a qualifying question before the signup form, then personalize the webinar description to match what each registrant cares about most. Deploy a site-wide promotion bar and track registrations as a goal.
create-segment-group...donecreate-question...donecreate-form...donecreate-flow...donecreate-widget...doneget-page-elements...donecreate-campaign...donecreate-goal...doneSet up in under 2 minutes
Generate an API token from your RightMessage profile, then add the config to your AI tool.
Generate your API token
Go to your RightMessage profile page and create a new API token. Copy it - you'll need it for the next step.
Add to your AI tool
Run this command in your terminal:
claude mcp add rightmessage \
-s user \
-e RIGHTMESSAGE_TOKEN=your_token_here \
-- npx -y @anthropic-ai/mcp-remote \
https://app.rightmessage.com/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Add to your .cursor/mcp.json:
{
"mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Add to your VS Code settings.json:
{
"github.copilot.chat.mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Add to your ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Add to your chatgpt_mcp_config.json:
{
"mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"rightmessage": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote",
"https://app.rightmessage.com/mcp"],
"env": {
"RIGHTMESSAGE_TOKEN": "your_token_here"
}
}
}
}
Safe by design
Your AI assistant has powerful tools, but nothing goes live without your say-so.
Draft-first workflow
Every change your AI makes is saved as a draft. Nothing goes live on your website until you explicitly publish.
Token-based authentication
Secure API tokens with scoped permissions. No passwords exposed. Revoke access anytime from your profile.
Version history and undo
Every change is versioned. Undo the last change, view publish history, or restore any previous version instantly.
Manage your personalization from the
comfort of your favorite AI tool
Connect RightMessage to Claude, ChatGPT, Cursor, or any MCP-compatible assistant. Set up in under 2 minutes.
Get Started Free