Use RedditGrow inside Claude, Cursor and Claude Code
The RedditGrow MCP server gives any AI assistant 50+ tools across Reddit opportunities, cold DMs, SEO/SERP intel, brand monitoring, a 10-day warmup roadmap, and an autopilot mode that picks your next best action — without leaving your chat.
Growth or Agency plan required
What it does
14 capability groups · 50 tools total. Every tool is plan-gated (Growth or Agency) and quota-aware.
Opportunities & replies
The core loop — what to respond to, and how.
find_opportunities— top-scored Reddit posts in your tracked subsget_opportunity_details— full post + author + scoring breakdowngenerate_response— Reddit-rules-aware reply (6 tones, 3 lengths)generate_responses_bulk— up to 10 replies at oncegenerate_response_variants— 2-5 A/B variants on one oppsave_draft— persist a Claude-edited draftmark_done / mark_done_bulk— close oppsrecord_variant_outcome— log karma earned on a posted draftget_my_winning_patterns— which tone × length wins for you
Cold DM outreach
Generate, queue, and track DM sequences with built-in safety + cooldowns.
generate_dm— ice-breaker from a Reddit opportunity (cold | pain | social_proof)queue_dm— schedule a draft with human-like cooldownscancel_dm— pull back a scheduled DMlist_dm_prospects— review the outreach pipelineget_dm_stats— sent today, daily limit, scheduled, active prospects
Brand & competitor mentions
Reddit posts that mention your brand or your competitors.
list_brand_mentions— filter by project / mention_type / sentiment / unseenget_competitive_mentions— shortcut for competitor mentionsmark_mention_addressed— mark seen / notified
SEO / SERP / AI visibility
Optimize for Google + AI Overviews via Reddit.
check_reddit_serp_ranking— live Google SERP — which threads rank for a keywordfind_seo_opportunity_subs— your opps that already rankget_money_keywords— money kws with rank, volume, difficulty statsget_seo_opportunities— prioritized SEO-leverage repliescheck_ai_visibility— 0-100 brand-visibility score for LLM citations
Roadmap / daily plan
Day-by-day warmup roadmap (10 days, ~35 items).
get_today_roadmap— next pending items for todayget_week_roadmap— full 10-day plan with progressmark_roadmap_item_done— completed | skipped | pendingregenerate_roadmap— rebuild pending items (preserves history)
Autopilot
One call that returns the prioritized next action.
get_next_best_action— ranked recommendation across every signal (warmup, opps, mentions, DMs, roadmap)
Projects & Reddit accounts
Multi-project + multi-account for Agency users.
list_projects / create_project— manage projects (brands you're marketing)list_reddit_accounts— connected Reddit accounts (read-only)set_active_account— switch which account warmup/health target
Tracked subreddits
Full CRUD on your monitoring list.
list_tracked_subreddits— with status, gates, last-scrapetrack_subreddit— add a sub to a projectupdate_tracked_subreddit— pause/resume + min-karma / min-age gatesremove_tracked_subreddit— soft-delete (history preserved)
Subreddit discovery & analysis
Pick where to post and when.
discover_subreddits— find subs relevant to a topicanalyze_subreddit— subscriber count, rules, promotion stanceget_best_times— top engagement time slots (UTC heatmap)get_top_subreddits— your best-performing subs over a period
Live Reddit access
Ad-hoc Reddit search + post + user lookups.
search_reddit_live— full-text search across Redditget_post_with_comments— one post + its comments (commentable flag included)get_user_recent_activity— profile + recent posts/comments — for sizing up prospects
Account health & warmup
Is your account safe to post today?
get_warmup_status— quick check: posts remaining todayget_account_health— detailed report with tier, karma, flags, recommendations
Templates & posts
Reusable presets + new threads.
list_templates / save_template— tone + length + angle presetsgenerate_post— draft a NEW Reddit thread (not a reply)
Webhooks
Get notified outside of Reddit.
list_webhooks / subscribe_webhook— HMAC-signed POST on opportunity.createdtest_webhook— fire a test event to your endpoint
Conversational onboarding
Spin up a new project from a chat message.
analyze_landing_page— scrape + AI analyze a URL (read-only)suggest_subreddits_for_product— no URL needed — free-text pitchsetup_project_from_landing— one-shot: scrape + analyze + create project + track subs
Setup in 60 seconds
Claude Desktop & claude.ai — Custom Connector (recommended)
- Open Claude → Settings → Connectors → Add custom connector.
- Paste the URL:
https://redditgrow.ai/mcp - Click Add. Claude opens RedditGrow in your browser.
- Sign in if needed, then click Approve on the consent screen.
- Back in Claude, ask: “What should I do today on Reddit?”
No API key to copy. No JSON file to edit. Sign in with your RedditGrow account and approve — same flow as adding Notion or Linear.
Cursor & other MCP clients with header support
Cursor accepts the direct HTTP MCP config with a Bearer API key. First, generate an API key, then paste:
{
"redditgrow": {
"url": "https://redditgrow.ai/mcp",
"headers": {
"Authorization": "Bearer rg_live_YOUR_KEY_HERE"
}
}
}Claude Code (CLI)
Generate an API key, then:
claude mcp add redditgrow --transport http \
--url https://redditgrow.ai/mcp \
--header "Authorization: Bearer rg_live_YOUR_KEY_HERE"Alternative: Claude Desktop via manual JSON config (advanced)
If you cannot use the Custom Connector UI (older Claude Desktop version, restricted environment), bridge our HTTP server to stdio via mcp-remote:
{
"mcpServers": {
"redditgrow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://redditgrow.ai/mcp",
"--header",
"Authorization:Bearer rg_live_YOUR_KEY_HERE"
]
}
}
}Replace rg_live_YOUR_KEY_HERE with a key generated from Settings → Integrations. Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or the equivalent on Windows, then restart Claude.
Try it
Once connected, ask Claude:
- “What should I do on Reddit today?” (triggers autopilot — get_next_best_action)
- “Generate 3 variants of a reply for opportunity [id] in different tones.”
- “Find Reddit threads ranking on Google for ‘best CRM for agencies’.”
- “Generate a cold DM for opportunity [id], pain angle, and queue it.”
- “Show me unaddressed competitor mentions from this week.”
- “Set up a new project from https://acme.com and track the top 5 subreddits.”
FAQ
Which plans include MCP access?
The Growth ($39/mo) and Agency ($99/mo) plans include MCP + API + CLI. Founder Pack is not eligible.
Does the MCP post to Reddit?
Replies and posts are generated as drafts — you copy the text and post manually on Reddit. Cold DMs are queued through the same human-like scheduler the dashboard uses (daily caps + cooldowns + comment-then-DM rules), and the worker delivers them via the Reddit API on your behalf. Both paths respect Reddit ToS.
What about rate limits?
Growth: 100 calls per hour. Agency: 500 calls per hour. Exceeding returns a clear 429 with a Retry-After header.
Does generate_response count against my AI quota?
Yes — every generated reply, post, or DM counts against the same monthly AI quota as the dashboard. The quota is tracked atomically in ai_usage_log, so you can't bypass it by skipping save_draft.
Are webhooks signed?
Yes — every webhook delivery includes X-RedditGrow-Signature (HMAC-SHA256 of the JSON body using the secret returned at subscribe_webhook time). Dead endpoints auto-disable after several consecutive failures.
Prefer the terminal? There's also a CLI with the same 50+ capabilities.
View CLI setup