Reddit Marketing
FreeNot checkedAI-powered Reddit marketing automation via Model Context Protocol, enabling smart search, audience analysis, engagement finding, and comment generation.
About
AI-powered Reddit marketing automation via Model Context Protocol, enabling smart search, audience analysis, engagement finding, and comment generation.
README
AI-powered Reddit marketing automation via Model Context Protocol (MCP).
Connect your AI assistant (Claude, Cursor, or any MCP client) to Reddit with intelligent analysis powered by DeepSeek AI.
Features
- Smart Search — Search Reddit with engagement-sorted results
- Audience Analysis — AI-powered subreddit culture and demographic insights
- Engagement Finder — Discover natural opportunities to mention your product
- Content Calendar — Generate multi-day content plans tailored to each subreddit
- Competitor Tracking — Monitor and analyze competitor mentions
- Comment Generator — Draft authentic, non-spammy comments with subtle product mentions
Tools Provided
| Tool | Description |
|---|---|
search_reddit |
Search posts by keyword across any subreddit |
get_hot_posts |
Get trending posts from a subreddit |
get_subreddit_info |
Get subscriber count, active users, description |
analyze_subreddit |
AI analysis of audience, culture, marketing opportunities |
find_engagement_opportunities |
Find posts where your product fits naturally |
analyze_opportunity |
Score a specific post's marketing potential (1-10) |
generate_content_calendar |
Create a content plan with mix of value + promo |
track_competitors |
Find and analyze competitor mentions |
generate_comment |
Draft authentic comments that mention your product |
Quick Start
1. Get API Keys
Reddit API (free):
- Go to https://www.reddit.com/prefs/apps
- Click "create another app"
- Choose "script" type
- Set name and redirect URI (use
http://localhost) - Copy your
client_idandclient_secret
DeepSeek API (cheap):
- Go to https://platform.deepseek.com
- Create an API key
- Copy your key
2. Install
# Clone
git clone https://github.com/1036007003-wq/reddit-mcp-server.git
cd reddit-mcp-server
# Install with uv (recommended)
uv pip install -e .
# Or with pip
pip install -e .
3. Configure
cp .env.example .env
# Edit .env with your API keys
4. Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"reddit-marketing": {
"command": "reddit-mcp-server",
"env": {
"REDDIT_CLIENT_ID": "your_id",
"REDDIT_CLIENT_SECRET": "your_secret",
"REDDIT_USER_AGENT": "reddit-mcp-server/1.0",
"DEEPSEEK_API_KEY": "your_key"
}
}
}
}
Restart Claude Desktop and you're ready!
5. Connect to Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"reddit-marketing": {
"command": "reddit-mcp-server",
"env": {
"REDDIT_CLIENT_ID": "your_id",
"REDDIT_CLIENT_SECRET": "your_secret",
"REDDIT_USER_AGENT": "reddit-mcp-server/1.0",
"DEEPSEEK_API_KEY": "your_key"
}
}
}
}
Usage Examples
Ask your AI assistant:
- "Analyze r/Entrepreneur for marketing opportunities for my CRM tool"
- "Find Reddit posts where someone is asking about email marketing tools"
- "Track mentions of my competitor 'Notion' on Reddit"
- "Generate a 7-day content calendar for r/SaaS"
- "Find engagement opportunities for my productivity app in r/productivity"
How It Works
User → MCP Client (Claude/Cursor) → MCP Server → Reddit API + DeepSeek AI
↓
Analysis & Content Generation
The server uses PRAW (Python Reddit API Wrapper) for Reddit data retrieval and DeepSeek's AI for intelligent analysis, content generation, and strategy recommendations.
Tech Stack
- MCP Protocol — Anthropic's Model Context Protocol
- PRAW — Python Reddit API Wrapper
- DeepSeek AI — Cost-effective LLM for analysis (OpenAI-compatible API)
- httpx — Async HTTP client
- Python 3.10+
Why DeepSeek instead of OpenAI?
DeepSeek API is 10-20x cheaper than OpenAI GPT-4 while delivering comparable quality for analysis tasks. Perfect for high-volume Reddit monitoring.
License
MIT — Use it, fork it, sell it. Just don't blame me.
Sponsor
If this tool saves you time, consider sponsoring on GitHub.
Built for marketers who understand that Reddit rewards authenticity, not spam.
Installing Reddit Marketing
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/1036007003-wq/reddit-mcp-serverFAQ
Is Reddit Marketing MCP free?
Yes, Reddit Marketing MCP is free — one-click install via Unyly at no cost.
Does Reddit Marketing need an API key?
No, Reddit Marketing runs without API keys or environment variables.
Is Reddit Marketing hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Reddit Marketing in Claude Desktop, Claude Code or Cursor?
Open Reddit Marketing on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Reddit Marketing with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
