dialog-reddit-tools

dialog-reddit-tools

Dialog MCP Server enables AI assistants to conduct Reddit research through semantic search across 20,000+ indexed subreddits, fetching posts and comments with full citations and URLs. It provides a three-layer architecture (discover → schema → execute) for market research, competitive analysis, a

Category
访问服务器

README

mcp-name: io.github.king-of-the-grackles/reddit-research-mcp

Dialog MCP Server

AI-Powered Reddit Intelligence for Market Research & Competitive Analysis

Python 3.11+ FastMCP License: MIT

Version: 1.0.0


Turn Reddit's chaos into actionable insights. Dialog is your all-in-one Reddit intelligence platform for competitive analysis, market research, and customer discovery across 20,000+ active subreddits.

This is the official MCP server powering Dialog - the AI-powered Reddit research platform built for indie hackers, SaaS founders, product managers, and market researchers.


Why Dialog?

Evidence-based insights with full citations. Every finding links back to real Reddit posts and comments with upvote counts, awards, and direct URLs. When you say "users are complaining about X," you'll have the receipts to prove it.

Zero-friction setup. No Reddit API credentials needed. No terminal commands. No credential management. Just connect and start researching.

Semantic search at scale. Reddit's API caps at 250 search results. Dialog searches conceptually across 20,000+ indexed subreddits using vector embeddings, finding relevant communities you didn't know existed.

Persistent research management. Save subreddit collections into feeds for ongoing monitoring. Perfect for long-term competitive analysis and market research campaigns.


Quick Setup (60 Seconds)

Claude Code

claude mcp add --scope local --transport http dialog-mcp https://reddit-research-mcp.fastmcp.app/mcp

Cursor

cursor://anysphere.cursor-deeplink/mcp/install?name=dialog-mcp&config=eyJ1cmwiOiJodHRwczovL3JlZGRpdC1yZXNlYXJjaC1tY3AuZmFzdG1jcC5hcHAvbWNwIn0%3D

OpenAI Codex CLI

codex mcp add dialog-mcp \
    npx -y mcp-remote \
    https://reddit-research-mcp.fastmcp.app/mcp \
    --auth-timeout 120 \
    --allow-http \

Gemini CLI

gemini mcp add dialog-mcp \
  npx -y mcp-remote \
  https://reddit-research-mcp.fastmcp.app/mcp \
  --auth-timeout 120 \
  --allow-http

Direct MCP Server URL

For other AI assistants: https://reddit-research-mcp.fastmcp.app/mcp


What You Can Do

Competitive Analysis

"What are developers saying about Next.js vs Remix?"

Get a comprehensive report comparing sentiment, feature requests, pain points, and migration experiences with links to every mentioned discussion.

Customer Discovery

"Find the top complaints about existing CRM tools in small business communities"

Discover unmet needs, feature gaps, and pricing concerns directly from your target market with citations to real user feedback.

Market Research

"Analyze sentiment about AI coding assistants across developer communities"

Track adoption trends, concerns, success stories, and emerging use cases with temporal analysis showing how opinions evolved.

Product Validation

"What problems are SaaS founders having with subscription billing?"

Identify pain points and validate your solution with evidence from actual Reddit discussions, not assumptions.


Server Capabilities

Category Count Description
MCP Tools 3 discover_operations, get_operation_schema, execute_operation
Reddit Operations 5 discover, search, fetch_posts, fetch_multiple, fetch_comments
Feed Operations 5 create, list, get, update, delete
Indexed Subreddits 20,000+ Active communities (2k+ members, updated weekly)
MCP Prompts 1 reddit_research for automated workflows
Resources 1 reddit://server-info for documentation

Use Cases by Role

For Indie Hackers & SaaS Founders

  • Validate product ideas before building
  • Find communities where your target customers hang out
  • Monitor competitor mentions and sentiment
  • Discover unmet needs in your niche

For Product Managers

  • Gather customer feedback at scale
  • Track feature requests across communities
  • Understand competitive landscape
  • Identify emerging trends before they peak

For Market Researchers

  • Conduct sentiment analysis with full citations
  • Build audience personas from real discussions
  • Track how opinions evolve over time
  • Generate evidence-based reports

Technical Details

<details> <summary><strong>Three-Layer MCP Architecture</strong></summary>

Dialog follows the layered abstraction pattern for scalability and self-documentation:

Layer 1: Discovery

discover_operations()

See what operations are available and get workflow recommendations.

Layer 2: Schema Inspection

get_operation_schema("discover_subreddits", include_examples=True)

Understand parameter requirements, validation rules, and see examples before executing.

Layer 3: Execution

execute_operation("discover_subreddits", {
    "query": "machine learning",
    "limit": 15,
    "min_confidence": 0.6
})

Perform the actual operation with validated parameters.

</details>

<details> <summary><strong>Reddit Research Operations</strong></summary>

discover_subreddits

Find relevant communities using semantic vector search across 20,000+ indexed subreddits.

search_subreddit

Search for posts within a specific subreddit with filters for time range and sort order.

fetch_posts

Get posts from a single subreddit by listing type (hot, new, top, rising).

fetch_multiple

70% more efficient - Batch fetch posts from multiple subreddits concurrently.

fetch_comments

Get complete comment trees for deep analysis of discussions.

</details>

<details> <summary><strong>Feed Management Operations</strong></summary>

Feeds let you save research configurations for ongoing monitoring:

  • create_feed - Save discovered subreddits with analysis and metadata
  • list_feeds - View all your saved feeds with pagination
  • get_feed - Retrieve a specific feed by ID
  • update_feed - Modify feed name, subreddits, or analysis
  • delete_feed - Remove a feed permanently

</details>

<details> <summary><strong>Authentication</strong></summary>

Dialog uses Descope OAuth2 for secure authentication:

  • Setup: No Reddit credentials needed - server handles authentication
  • Token: Automatically managed by your MCP client
  • Privacy: Only accesses public Reddit data
  • First use: Authentication takes ~30 seconds, then you're set

</details>


The Dialog Platform

This MCP server is the backend for Dialog, a complete Reddit intelligence platform featuring:

  • Chat Interface - Natural language research powered by Claude AI
  • Feed Management - Create and manage curated subreddit collections
  • Consolidated Views - See hot posts from all your tracked subreddits in one place
  • Cross-Device Sync - Chat history and feeds sync across devices
  • Visual Analytics - Sentiment gauges, trend charts, and engagement metrics

Try Dialog Free


Contributing

This project uses:

  • Python 3.11+ with type hints
  • FastMCP for the server framework
  • ChromaDB for semantic search
  • PRAW for Reddit API interaction

<div align="center">

Stop guessing. Start knowing what your market actually thinks.

Dialog App | GitHub | Report Issues

</div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选