Reddit Growth MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_CLIENT_ID | No | Reddit client ID for accessing Reddit API (optional). Create a script app at https://www.reddit.com/prefs/apps | |
| REDDIT_USER_AGENT | No | Reddit user agent string (optional). Example: reddit-growth-mcp/0.2 by u/your_username | |
| REDDIT_CLIENT_SECRET | No | Reddit client secret for accessing Reddit API (optional) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_target_subreddits_toolA | Discover and rank subreddits for given topics by estimated traffic |
| analyze_subreddit | Estimate a subreddit's activity (posts/day velocity from the archive; subscribers and active users too when credentials are present) |
| analyze_acceptance | Analyze a subreddit's removal rate and what tends to get removed (official rules when credentials are present) |
| analyze_post_patterns | Find what makes posts perform: timing, title style, media, flair |
| evaluate_draftA | Evaluate a post draft for acceptance risk and engagement potential |
| evaluate_draft_across | Score one draft across several subreddits and rank by normalized fit (size-fair percentile) vs raw reach. No creds needed. |
| compare_subreddits | Rank subreddits by growth (typical reach + viral upside, removal-adjusted), with traffic, discussion, and a safety label. rank_by switches to viral/opportunity/insight. No creds needed. |
| analyze_insight | Measure a subreddit's discussion depth (insight): how substantive its comments are, plus a heuristic sentiment read. No creds needed. |
| growth_plan | Build a growth plan from candidate subreddits: pick the safest strong one, list cross-post targets, and return its viral recipe and best posting times. No credentials needed. |
| fetch_postsA | Fetch posts from a single subreddit |
| fetch_multiple | Fetch posts from multiple subreddits at once |
| search_subreddit | Search posts within a subreddit |
| fetch_commentsA | Fetch a post with its comment tree |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| reddit_growth | Guided workflow to grow a Reddit account: find safe high-traffic subs and craft a post that performs |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_server_info | Server capabilities and usage overview. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/latent-9/reddit-growth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server