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. Its 9 documented tools cover analyze, subreddits, draft. It runs locally over stdio via the published package.

People who work with analyze, subreddits and draft and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-25 · ★ 7 · #55 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Reddit Growth MCP

before you install - you'll need

Set REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET before connecting.

Claude Code

claude mcp add latent-9-reddit-growth-mcp -- uvx reddit-growth-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "latent-9-reddit-growth-mcp": {
      "command": "uvx",
      "args": [
        "reddit-growth-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-20 - young repo, little track record yet

license MIT - declared in the repository

pypi package reddit-growth-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.latent-9 is GitHub-verified and matches the repo owner

03 · What Reddit Growth MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 9 documented tools spanning analyze, subreddits, draft, including analyze_post_patterns, analyze_acceptance, compare_subreddits, analyze_insight.

Capability map

Tools grouped from the project's README - what Reddit Growth MCP lets an agent do.

Analyze

4 tools - e.g. What performs in a sub: timing, media, title style, flair, keywords, by a configurable metric; Removal rate and what tends to get removed; official rules when credentials are present; Discussion depth…

analyze_post_patterns · analyze_acceptance · analyze_insight · analyze_subreddit

Evaluate

2 tools - e.g. Predict a draft's performance (0-100) and acceptance risk, with drivers and fixes; Score one draft across subs, ranked by size-fair fit (percentile) vs raw reach

evaluate_draft · evaluate_draft_across

Compare

1 tool - e.g. Rank subreddits by growth (typical reach + viral upside), with traffic (posts/day), discussion, removal risk, and a safety label; rank_by switches to viral/oppo

compare_subreddits

Growth

1 tool - e.g. One call: safest strong target, cross-post options, viral recipe, and best posting times

growth_plan

read & search

1 tool - e.g. Discover and rank subreddits for topics by estimated traffic

find_target_subreddits_tool

Limitations (from the README)

- Traffic figures are estimates. Reddit does not expose true daily visitor counts through its public API. - Findings are correlations from a sample, not Reddit's ranking algorithm and not a guarantee of performance. - AutoModerator configuration is private. Karma and account-age gates are inferred from rule text and require credentials to read.

Latest releases

v0.2.0 · 2026-07-20

MCP server and CLI to grow a Reddit account by posting where you'll be accepted and seen. Most analysis works without any Reddit credentials (data from the Arctic Shift archive). · Highlights · Find where to post…

04 · Who maintains Reddit Growth MCP

reddit-growth-mcp is maintained by latent-9. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
data & analytics - ranked #55 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-07-20)
registry
io.github.latent-9/reddit-growth-mcp (active, first published 2026-07-21)
packages
pypi:reddit-growth-mcp

06 · Reddit Growth MCP FAQ

Is Reddit Growth MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-25 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Reddit Growth MCP do?

An agent gets 9 documented tools spanning analyze, subreddits, draft, including analyze_post_patterns, analyze_acceptance, compare_subreddits, analyze_insight.

How do I install Reddit Growth MCP?

Run `uvx reddit-growth-mcp`. The README documents 2 environment variables (REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET) to set first. Set REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET before connecting. You can also paste the ready-made client config above.

Does Reddit Growth MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Reddit Growth MCP