Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Reddit Growth MCP
Reddit Growth MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:09:52 PM

Reddit Growth MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website

Find where to post on Reddit and score your draft before posting β€” no API keys needed.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "reddit-growth-mcp": {
      "command": "uvx",
      "args": [
        "reddit-growth-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Documentation Overview

Reddit Growth MCP

Find where to post, learn each subreddit's viral recipe, and score your draft before you publish β€” no Reddit API key required.

PyPI CI License: MIT Glama quality score

reddit-growth in action β€” plan where to post, score a draft, and compare subreddits

One command each: plan where to post, draft to score a post before you publish, and compare to rank subreddits by removal risk.

β–Ά Watch the full-quality 30s MP4

Reddit Growth MCP turns a list of subreddits into a plan β€” where to post, what to post, and when β€” by reading each community's format, flair, timing, and keyword recipe from a public historical archive. The whole core workflow runs with no account or API key. It works as an MCP server (for Claude, Cursor, and other MCP clients) and as a standalone command-line tool.

Built by a Top 1% Poster in r/ClaudeAI β€” the heuristics here encode what actually gets upvoted and what gets removed, not guesswork.

Top 1% Poster in r/ClaudeAI (Legendary)

Quick start

Requirements: Python 3.11+ and uv. No Reddit account or API keys are needed to get started.

Install from PyPI:

bash
uvx reddit-growth-mcp                            # run the MCP server instantly
pipx install reddit-growth-mcp                   # or install the CLI + server
reddit-growth plan singularity LocalLLaMA mcp    # your first growth plan

Or from a clone (for development):

bash
uv sync                                                    # install dependencies
uv run python -m src.cli plan singularity LocalLLaMA mcp   # your first growth plan

That prints where to post, what to post, and when β€” using only the public archive. Every command has the form uv run python -m src.cli <command> [options] (shown throughout as reddit-growth <command>, which is the installed alias). Add -h to any command for help, e.g. uv run python -m src.cli plan -h.

If you activate the virtualenv directly (source .venv/bin/activate) and zsh still reports command not found: reddit-growth, run rehash β€” zsh caches command locations at startup and needs a nudge after the venv is added to PATH. Opening a new terminal also works, or call the binary by path without activating: .venv/bin/reddit-growth plan singularity LocalLLaMA mcp.

Interactive launcher

Prefer a menu to flags? Run:

bash
bash scripts/menu.sh

Pick a mode (plan, compare, patterns, draft, …), choose subreddits from a searchable preset list, and it runs the command for you β€” all in one window. With gum installed you get an arrow-key TUI with fuzzy search; otherwise it falls back to a numbered menu. Type h for a built-in guide.

What it answers

  • Which subreddits fit my topic, and how much reach do they have?
  • Will my post survive here, or does this community remove a lot of posts?
  • What actually performs here: which format, title style, timing, and flair?
  • Given a specific draft, how is it likely to do, and how do I improve it?

See it work

compare ranks candidate subreddits by growth, viral ceiling, discussion, and removal risk β€” so you post where you'll be seen and skip communities that remove most submissions (note r/ClaudeAI below: 96% removed, strict):

compare mode

patterns reads one community's viral recipe β€” the media types, hours, days, flairs, and keywords that actually perform, ranked by median so a single lucky post can't crown a category:

patterns mode

Figures are live estimates from a sample and shift over time β€” run the commands yourself for current numbers.

Tools

ToolPurposeNeeds credentials
analyze_post_patternsWhat performs in a sub: timing, media, title style, flair, keywords, by a configurable metricNo
analyze_acceptanceRemoval rate and what tends to get removed; official rules when credentials are presentNo
compare_subredditsRank subreddits by growth (typical reach + viral upside), with traffic (posts/day), discussion, removal risk, and a safety label; rank_by switches to viral/opportunity/insightNo
analyze_insightDiscussion depth (comment substance) plus a heuristic sentiment read (supportive/mixed/critical) β€” not just comment countNo
growth_planOne call: safest strong target, cross-post options, viral recipe, and best posting timesNo
evaluate_draftPredict a draft's performance (0-100) and acceptance risk, with drivers and fixesNo
evaluate_draft_acrossScore one draft across subs, ranked by size-fair fit (percentile) vs raw reachNo
analyze_subredditEstimate a subreddit's activity (posts/day); uses the archive without credentialsNo
find_target_subreddits_toolDiscover and rank subreddits for topics by estimated trafficYes
fetch_posts, fetch_multiple, search_subreddit, fetch_commentsRaw data accessYes

The analysis tools are subreddit-agnostic β€” they work on any archived sub. The launcher ships 40+ presets across AI, dev, and startup communities (ChatGPT, DeepSeek, LocalLLaMA, StableDiffusion, SaaS, indiehackers, …).

Data sources

  • PRAW for live Reddit access (read-only). Requires API credentials.
  • Arctic Shift (https://github.com/ArthurHeitmann/arctic_shift), a public historical archive and the successor to Pushshift. Requires no credentials.

Removal detection follows the reveddit approach: the archive records what was posted, and moderator removals are read from that record. When Reddit credentials are available, analyze_acceptance performs an accurate live diff (archive vs. current Reddit) to resolve ambiguous cases; without credentials it runs archive-only and flags its confidence.

Reddit credentials (optional)

Everything above works with no account. Credentials only unlock the credential-only tools (raw data access, find_target_subreddits_tool) and the accurate live-removal check. Create a "script" app at https://www.reddit.com/prefs/apps, then:

bash
cp .env.sample .env
# REDDIT_CLIENT_ID=...
# REDDIT_CLIENT_SECRET=...
# REDDIT_USER_AGENT=reddit-growth-mcp/0.2.1 by u/your_username

Command-line usage

Every command runs credential-free from the archive. The commands are: traffic, insight, patterns, acceptance, compare, plan, report, draft, and fit (run -h on any of them for options).

bash
uv run python -m src.cli traffic LocalLLaMA
uv run python -m src.cli insight mcp
uv run python -m src.cli patterns Fedora --time month
uv run python -m src.cli patterns commandline --metric discussion
uv run python -m src.cli acceptance technology
uv run python -m src.cli compare Fedora gnome linux
uv run python -m src.cli plan singularity LocalLLaMA mcp --tz 7
uv run python -m src.cli draft ClaudeAI --title "I built an ASCII art tool" --type image
uv run python -m src.cli fit singularity LocalLLaMA mcp --title "..." --type video

fit scores one draft across several subreddits and ranks by a size-fair fit (the draft's percentile within each sub's own score distribution) alongside raw expected reach, so a small sub where the post lands in the top decile isn't buried by a big sub's larger absolute numbers.

Add --json to any command for raw output.

Time-based commands (patterns, plan, draft, fit, report) accept --time day|week|month|year|all β€” shorter is fresher but a smaller sample.

patterns accepts --metric:

  • score: upvotes (reach).
  • comments: comment volume.
  • discussion: comments per upvote, a proxy for genuine engagement rather than drive-by upvotes.
  • quality: upvotes damped by a clickbait penalty.

Use as an MCP server

Register the server once (Claude Code shown):

Terminal
claude mcp add reddit-growth-mcp -- uvx reddit-growth-mcp

For Cline, Cursor, Claude Desktop, and other clients, add it to the MCP settings JSON (no separate install β€” uvx fetches it from PyPI):

config.json
{
  "mcpServers": {
    "reddit-growth": {
      "command": "uvx",
      "args": ["reddit-growth-mcp"]
    }
  }
}

Then ask in natural language, for example "analyze what performs in r/Fedora" or "will this title get accepted in r/linux?" The client calls the tools.

For the full flow in one step, ask for a growth plan ("build a growth plan for r/singularity, r/LocalLLaMA, r/mcp") to invoke growth_plan, or select the reddit_growth prompt, which guides the assistant through finding a safe high-traffic subreddit and crafting a post that fits its viral recipe.

To run the server directly over stdio:

bash
uv run python -m src.server

Docker

The server also ships as a container (stdio transport):

Terminal
docker build -t reddit-growth-mcp .
docker run -i --rm reddit-growth-mcp
# with credentials:
docker run -i --rm -e REDDIT_CLIENT_ID=... -e REDDIT_CLIENT_SECRET=... reddit-growth-mcp

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Social Media View all alternatives
  • Reddit MCP Buddy logoReddit MCP Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media5 views
    Compare vs Reddit MCP Buddy β†’
  • Twitter X Automation logoTwitter X Automation

    Twitter X automation MCP - post schedule analytics engagement social media

    🌐 Social Media0 views
    Compare vs Twitter X Automation β†’
  • PostLake logoPostLake

    Post, schedule and read analytics on X, LinkedIn, Instagram, TikTok, YouTube, Bluesky and more.

    🌐 Social Media0 views
    Compare vs PostLake β†’
  • GTM API: LinkedIn MCP Server logoGTM API: LinkedIn MCP Server

    Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

    🌐 Social Media1 views
    Compare vs GTM API: LinkedIn MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Reddit Growth MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "reddit-growth-mcp": { "command": "npx", "args": ["-y", "reddit-growth-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewReddit Growth MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/reddit-growth-mcp?style=directory)](https://allmcps.com/mcp/reddit-growth-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/reddit-growth-mcp"><img src="https://allmcps.com/api/badge/reddit-growth-mcp?style=directory" alt="Reddit Growth MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media β†’Best MCP servers for Social Media β†’Alternatives to Reddit Growth MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code