Reddit Insights MCP
Semantic search across millions of Reddit posts. Unlike keyword search, this understands intent and meaning.
Ecommerce Seller Research Workflow (Deliverable)
Goal: produce a market research / pain-point opportunity report for ecommerce sellers.
1) Define scope
- - Category seed(s): category / niche / use case (e.g., "under desk treadmill", "portable blender", "pet grooming")
- Target persona: who is buying/using (e.g., new parents, renters, office workers)
- Price band: low/mid/high (optional)
- Geography / constraints: US/EU, small apartment, travel, etc. (optional)
2) Tool decision flow
- - If you already know what to search:
- Use
reddit_search
- - If you need communities first:
- Use
reddit_list_subreddits → pick 3-10 relevant subs
- Then
reddit_get_subreddit on 2-3 key subs to understand what’s being discussed
- - If you need what’s hot right now:
- Use
reddit_get_trends → convert trends into
reddit_search queries
3) Execute searches (batch)
- - Run 6-15
reddit_search queries covering:
- complaints / failures / returns
- comparisons / alternatives
- “best” / recommendations
- “worth it” / regret / buyer’s remorse
- gifts / seasonal intent
4) Filter + cluster
- - Keep results where
relevance >= 0.60 (0.55-0.59 only as supporting context) - Prioritize evidence with engagement signals:
-
Upvotes and/or comments are non-trivial (relative to the subreddit)
- - Cluster posts into themes:
- complaints about quality/durability
- usability/friction
- missing features/accessories
- sizing/fit/compatibility
- shipping/packaging/returns
- safety/health concerns
5) Produce the output document
- - Use the formats below.
- Requirement:
-
“原句” uses English with Chinese in parentheses.
- All other fields are
Chinese.
Output Document Formats
机会点(Pain-point Opportunities)
| 场景+抱怨 | 设计机会点 | 原句(英文(中文)) | 帖子链接 |
|---|---|---|---|
Rules:
- - “场景+抱怨” should be concrete (who/where/when + what went wrong).
- “设计机会点” should translate the complaint into a solution direction (not a full product spec).
- “原句” should be verbatim from the post/comment when possible.
趋势产品(Trending Products)
| 产品名称 | 说明(卖点) | 证据原句(英文(中文)) | 帖子链接 |
|---|---|---|---|
Rules:
- - “产品名称” should be the common name used by users (include brand if repeatedly mentioned).
- “说明(卖点)” should be based on what users praise (time-saving, compact, durable, etc.).
- “证据原句” should be verbatim from the post/comment when possible, and should support the stated selling point.
- If a product has multiple evidence posts, put multiple links in the same “帖子链接” cell using line breaks (e.g.,
link1<br>link2<br>link3).
Ecommerce Query Playbook
Use natural-language queries a real shopper would write.
Category opportunity (complaints / gaps)
- - "I hate my [product] because it keeps breaking"
- "[product] is so frustrating to use"
- "what do you wish [product] had"
- "returned my [product] because"
- "[product] alternatives that actually work"
- "problems with [product] for small apartment"
Buyer intent (recommendations / comparisons)
- - "best [product] under $[X]"
- "[brand A] vs [brand B] which should I buy"
- "is [product] worth it"
- "buy it for my [persona]" (e.g., baby, dog, elderly parent)
Trend discovery (what’s being adopted)
- - "what did you buy recently that you love"
- "products that actually improved my [routine]"
- "gift ideas for [persona] that people actually use"
Notes for Ecommerce Sellers
- - Reddit evidence is strongest for:
- comparisons, switching stories, and candid complaints
- regulated categories (health claims, safety)
- one-off viral posts (validate across multiple posts/subreddits)
Setup
1. Get API Key (free tier available)
- 1. Sign up at https://reddit-insights.com
- Go to Settings → API
- Copy your API key
2. Install MCP Server
For Claude Desktop - add to claude_desktop_config.json:
CODEBLOCK0
For Clawdbot - add to config/mcporter.json:
CODEBLOCK1
Verify installation:
CODEBLOCK2
Available Tools
| Tool | Purpose | Key Params |
|---|
| INLINECODE10 | Semantic search across posts | INLINECODE11 (natural language), limit (1-100) |
| INLINECODE13 |
Browse available subreddits |
page,
limit,
search |
|
reddit_get_subreddit | Get subreddit details + recent posts |
subreddit (without r/) |
|
reddit_get_trends | Get trending topics |
filter (latest/today/week/month),
category |
Performance Notes
- - Response time: 12-25 seconds (varies by query complexity)
- Simple queries: ~12-15s
- Complex semantic queries: ~17-20s
- Heavy load periods: up to 25s
- - Best results: Specific products, emotional language, comparison questions
- Weaker results: Abstract concepts, non-English queries, generic business terms
- Sweet spot: Questions a real person would ask on Reddit
Best Use Cases (Tested)
| Use Case | Effectiveness | Why |
|---|
| Product comparisons (A vs B) | ⭐⭐⭐⭐⭐ | Reddit loves debates |
| Tool/app recommendations |
⭐⭐⭐⭐⭐ | High-intent discussions |
| Side hustle/money topics | ⭐⭐⭐⭐⭐ | Engaged communities |
| Pain point discovery | ⭐⭐⭐⭐ | Emotional posts rank well |
| Health questions | ⭐⭐⭐⭐ | Active health subreddits |
| Technical how-to | ⭐⭐⭐ | Better to search specific subreddits |
| Abstract market research | ⭐⭐ | Too vague for semantic search |
| Non-English queries | ⭐ | Reddit is English-dominant |
Query Strategies (Tested with Real Data)
✅ Excellent Queries (relevance 0.70+)
Product Comparisons (best results!):
CODEBLOCK3
Side Hustle/Money Topics:
CODEBLOCK4
Niche App Research:
CODEBLOCK5
✅ Good Queries (relevance 0.60-0.69)
Pain Point Discovery:
CODEBLOCK6
Tool Evaluation:
CODEBLOCK7
❌ Weak Queries (avoid these patterns)
Too Abstract:
CODEBLOCK8
Non-English:
CODEBLOCK9
Query Formula Cheat Sheet
| Goal | Pattern | Relevance |
|---|
| Compare products | "[Product A] vs [Product B] which should I use" | 0.70-0.81 |
| Find switchers |
"why I switched from [A] to [B]" | 0.70-0.73 |
| Money/hustle topics | "[topic] that actually [works/makes money] not [scam/hype]" | 0.70-0.77 |
| App recommendations | "[category] apps which one is [accurate/best] and why" | 0.67-0.72 |
| Pain points | "I hate my current [tool] it is so [frustrating/slow]" | 0.60-0.64 |
| Solutions seeking | "[problem] tried everything what actually works" | 0.60-0.63 |
Response Fields
Each result includes:
- -
title, content - Post text - INLINECODE24 - Source community
- INLINECODE25 ,
comments - Engagement metrics - INLINECODE27 (0-1) - Semantic match score (0.5+ is good, 0.6+ is strong)
- INLINECODE28 - Discussion/Q&A/Story Sharing/Original Content/News
- INLINECODE29 - Direct Reddit link
Example response:
CODEBLOCK10
Tips
- 1. Natural language works best - Ask questions like a human would
- Include context - "for small business" or "as a developer" improves results
- Combine emotion words - "frustrated", "love", "hate", "wish" find stronger opinions
- Filter by engagement - High upvotes/comments = validated pain points
- Check multiple subreddits - Same topic discussed differently in r/startups vs r/smallbusiness
Example Workflows
Find SaaS opportunity:
- 1.
reddit_search: "frustrated with project management tools for remote teams" - Filter results with high engagement
- Identify recurring complaints → product opportunity
Validate idea:
- 1.
reddit_search: "[your product category] recommendations" - See what alternatives people mention
- Note gaps in existing solutions
Content research:
- 1.
reddit_get_subreddit: Get posts from target community - INLINECODE33 : Find specific questions/discussions
- Create content answering real user questions
Reddit Insights MCP
跨数百万Reddit帖子的语义搜索。与关键词搜索不同,它能理解意图和含义。
电商卖家研究工作流程(可交付成果)
目标:为电商卖家生成一份市场研究/痛点机会报告。
1) 定义范围
- - 品类种子词:品类/细分市场/使用场景(例如:桌下跑步机、便携式搅拌机、宠物美容)
- 目标用户画像:谁在购买/使用(例如:新手父母、租房者、上班族)
- 价格区间:低/中/高(可选)
- 地域/限制条件:美国/欧洲、小公寓、旅行等(可选)
2) 工具决策流程
- 使用 reddit_search
- 使用 reddit
listsubreddits → 挑选3-10个相关子版块
- 然后在2-3个关键子版块上使用 reddit
getsubreddit 了解讨论内容
- 使用 reddit
gettrends → 将趋势转化为 reddit_search 查询
3) 执行搜索(批量)
- - 运行6-15次 reddit_search 查询,涵盖:
- 投诉/失败/退货
- 比较/替代品
- 最佳/推荐
- 值得买吗/后悔/买家懊悔
- 礼物/季节性意图
4) 筛选 + 聚类
- - 保留 relevance >= 0.60 的结果(0.55-0.59仅作为辅助背景)
- 优先选择有互动信号的证据:
-
点赞和/或评论数量可观(相对于该子版块)
- 质量/耐用性投诉
- 可用性/使用障碍
- 缺失功能/配件
- 尺寸/适配/兼容性
- 物流/包装/退货
- 安全/健康问题
5) 生成输出文档
-
原句使用英文(括号内中文)。
- 所有其他字段使用
中文。
输出文档格式
机会点(Pain-point Opportunities)
| 场景+抱怨 | 设计机会点 | 原句(英文(中文)) | 帖子链接 |
|---|---|---|---|
规则:
- - 场景+抱怨应具体(谁/哪里/何时 + 出了什么问题)。
- 设计机会点应将抱怨转化为解决方案方向(而非完整产品规格)。
- 原句应尽可能从帖子/评论中逐字引用。
趋势产品(Trending Products)
| 产品名称 | 说明(卖点) | 证据原句(英文(中文)) | 帖子链接 |
|---|---|---|---|
规则:
- - 产品名称应为用户常用的名称(如反复提及品牌则包含品牌名)。
- 说明(卖点)应基于用户称赞的内容(省时、紧凑、耐用等)。
- 证据原句应尽可能从帖子/评论中逐字引用,并应支持所述卖点。
- 如果一个产品有多个证据帖子,在同一个帖子链接单元格中使用换行符放置多个链接(例如:link1
link2
link3)。
电商查询手册
使用真实购物者会写的自然语言查询。
品类机会(投诉/缺口)
- - 我讨厌我的[产品],因为它老是坏
- [产品]用起来太让人沮丧了
- 你希望[产品]有什么功能
- 退了我的[产品]因为
- 真正好用的[产品]替代品
- 小公寓使用[产品]的问题
买家意图(推荐/比较)
- - XX美元以下最好的[产品]
- [品牌A] vs [品牌B] 我应该买哪个
- [产品]值得买吗
- 为我的[用户画像]买的(例如:宝宝、狗、年迈父母)
趋势发现(正在被采用的产品)
- - 你最近买了什么让你爱不释手的东西
- 真正改善了我[日常]的产品
- 送给[用户画像]且人们真正在用的礼物创意
给电商卖家的提示
- 比较、转换经历和坦诚的投诉
- 受监管品类(健康声明、安全性)
- 一次性爆款帖子(需跨多个帖子/子版块验证)
设置
1. 获取API密钥(提供免费套餐)
- 1. 在 https://reddit-insights.com 注册
- 进入设置 → API
- 复制你的API密钥
2. 安装MCP服务器
对于Claude Desktop - 添加到 claudedesktopconfig.json:
json
{
mcpServers: {
reddit-insights: {
command: npx,
args: [-y, reddit-insights-mcp],
env: {
REDDITINSIGHTSAPIKEY: yourapikeyhere
}
}
}
}
对于Clawdbot - 添加到 config/mcporter.json:
json
{
mcpServers: {
reddit-insights: {
command: npx reddit-insights-mcp,
env: {
REDDITINSIGHTSAPIKEY: yourapikeyhere
}
}
}
}
验证安装:
bash
mcporter list reddit-insights
可用工具
| 工具 | 用途 | 关键参数 |
|---|
| redditsearch | 跨帖子语义搜索 | query(自然语言),limit(1-100) |
| redditlist_subreddits |
浏览可用子版块 | page,limit,search |
| reddit
getsubreddit | 获取子版块详情+最新帖子 | subreddit(不含r/) |
| reddit
gettrends | 获取热门话题 | filter(最新/今天/本周/本月),category |
性能说明
- 简单查询:约12-15秒
- 复杂语义查询:约17-20秒
- 高负载时段:最长25秒
- - 最佳结果: 具体产品、情感化语言、比较类问题
- 较弱结果: 抽象概念、非英语查询、通用商业术语
- 最佳实践: 真实用户在Reddit上会问的问题
最佳用例(已验证)
| 用例 | 效果 | 原因 |
|---|
| 产品比较(A vs B) | ⭐⭐⭐⭐⭐ | Reddit喜欢辩论 |
| 工具/应用推荐 |
⭐⭐⭐⭐⭐ | 高意图讨论 |
| 副业/赚钱话题 | ⭐⭐⭐⭐⭐ | 社区参与度高 |
| 痛点发现 | ⭐⭐⭐⭐ | 情感类帖子排名好 |
| 健康问题 | ⭐⭐⭐⭐ | 活跃的健康子版块 |
| 技术教程 | ⭐⭐⭐ | 更适合搜索特定子版块 |
| 抽象市场研究 | ⭐⭐ | 对语义搜索来说太模糊 |
| 非英语查询 | ⭐ | Reddit以英语为主 |
查询策略(经真实数据验证)
✅ 优秀查询(相关性0.70+)
产品比较(效果最佳!):
Notion vs Obsidian for note taking which one should I use
→ 相关性:0.72-0.81 | 找到:详细的比较讨论、用户体验
why I switched from Salesforce to HubSpot honest experience
→ 相关性:0.70-0.73 | 找到:迁移故事、功能比较
副业/赚钱话题:
side hustle ideas that actually make money not scams
→ 相关性:0.70-0.77 | 找到:真实经验、具体建议
小众应用研究:
daily horoscope apps which one is accurate and why
→ 相关性:0.67-0.72 | 找到:应用推荐、功能需求
✅ 良好查询(相关性0.60-0.69)
痛点发现:
I hate my current CRM it is so frustrating
→ 相关性:0.60-0.64 | 找到:具体CRM投诉、功能愿望清单
cant sleep at night tried everything what actually works
→ 相关性:0.60-0.63 | 找到:睡眠疗法讨论、医疗建议寻求
工具评估:
AI tools that actually save time not just hype
→ 相关性:0.64-0.65 | 找到: