@kaching2/mcp-reddit-signals
v1.0.0
Published
Scan Reddit subreddits for high-engagement pain points and opportunities
Downloads
19
Maintainers
Readme
MCP Reddit Signals Server
Scan Reddit subreddits for high-engagement pain points, trending topics, and market opportunities.
Tools
| Tool | Description |
|------|-------------|
| scan_subreddit | Get hot/new/top/rising posts from any subreddit |
| find_pain_points | Search for posts with pain keywords (wish, struggling, help me) |
| get_trending_topics | Analyze trending posts across multiple subreddits |
Install
npm installConfigure in Claude Code
{
"mcpServers": {
"reddit-signals": {
"command": "node",
"args": ["/path/to/servers/reddit-signals/index.js"]
}
}
}Usage Examples
- "What's trending on r/n8n right now?"
- "Find pain points in r/productivity and r/freelance"
- "What topics are trending across tech subreddits this week?"
