reddit-marketing
Provides tools for searching Reddit, analyzing subreddits, finding engagement opportunities, generating content calendars, tracking competitors, and drafting authentic comments for marketing purposes.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reddit-marketingFind engagement opportunities in r/startups for my productivity app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reddit Marketing MCP Server
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
Related MCP server: Reddit MCP Server
Tools Provided
Tool | Description |
| Search posts by keyword across any subreddit |
| Get trending posts from a subreddit |
| Get subscriber count, active users, description |
| AI analysis of audience, culture, marketing opportunities |
| Find posts where your product fits naturally |
| Score a specific post's marketing potential (1-10) |
| Create a content plan with mix of value + promo |
| Find and analyze competitor mentions |
| Draft authentic comments that mention your product |
Quick Start
1. Get API Keys
Reddit API (free):
Click "create another app"
Choose "script" type
Set name and redirect URI (use
http://localhost)Copy your
client_idandclient_secret
DeepSeek API (cheap):
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 keys4. 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 GenerationThe 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Find high-intent Reddit conversations and manage lead workflows from MCP-compatible AI agents.
Reddit growth toolkit — opportunities, replies, cold DMs, brand mentions, SEO, autopilot.
Reddit data for AI agents: posts, comments, subreddits, search. Community + sentiment research.
Your agent needs to know what a community actually thinks — which subreddit is discussing your category, what the top posts argue, what the comment tree says underneath. **What you can ask for** • "Which subreddits discuss project-management tools, and how big are they?" • "Find posts complaining about Notion pricing in the last month." • "Read the full comment tree on this thread and summarise the disagreement." • "What is r/selfhosted posting about this week?" • "Search every community for mentions of our product name." **How to use it** Point any MCP client at https://mcp.aisa.one/reddit/mcp and sign in with OAuth — there is no key to create or paste. 5 read tools: search across all of Reddit or inside one subreddit, browse a subreddit's post stream, read a subreddit's details, and pull a post's comment tree. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Find the complaint here, then ask the same agent what the competitor's traffic or backlinks look like — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/social/mcp for X plus Instagram, Reddit, Pinterest and YouTube; https://mcp.aisa.one/gtm/mcp for those plus Similarweb and Apollo.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables AI assistants to fetch Reddit content including consensus on topics, top posts, helpful links, and related subreddits.2-
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Reddit data for searching, browsing subreddits, and retrieving post details or user activity without requiring API keys. It enables tools to fetch content, nested comment trees, and public user feeds directly through the Model Context Protocol.6286 PyPI152MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server for reading public Reddit data and posting authenticated replies, enabling AI agents to interact with Reddit content.6MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to search, browse, and analyze Reddit in real-time via web scraping, including subreddit browsing, post comments, and business opportunity scoring.91MIT