Reddit Research logo

Reddit Research

Organization
dialog-tools

Turn Reddit's chaos into structured insights with full citations. MCP server for competitive analysis, customer discovery, and market research. Zero-setup hosted solution with semantic search across 20,000+ subreddits.

Publisherdialog-tools
Repositoryreddit-research-mcp
LanguagePython
Forks
29
Stars
246
Available tools
0
Transport typestreamable-http
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    Reddit Research exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 0 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    246 stars and 29 forks from the linked repository.

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

Dialog MCP Server

Open source Reddit intelligence, part of the research engine that powers Dialog

Python 3.11+ FastMCP License: MIT

Version: 1.0.1


Turn Reddit's chaos into evidence-backed insights. This MCP server gives any AI assistant semantic search across 20,000+ active subreddits, deep-dive access to posts and comment threads, and saved feeds for ongoing monitoring. Every finding comes with citations to real posts and comments.

It's fully usable on its own, for free, in Claude Code, Cursor, Codex, Gemini CLI, or any MCP-compatible client. It's also part of the research engine that powers Dialog, the AI agent platform for continuous market intelligence, where it ships connected to every agent.


Why This Server?

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. This server 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

bash
claude mcp add --scope local --transport http dialog-mcp https://mcp.dialog.tools/mcp

Cursor

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

OpenAI Codex CLI

bash
codex mcp add dialog-mcp \
    npx -y mcp-remote \
    https://mcp.dialog.tools/mcp \
    --auth-timeout 120 \
    --allow-http \

Gemini CLI

bash
gemini mcp add dialog-mcp \
  npx -y mcp-remote \
  https://mcp.dialog.tools/mcp \
  --auth-timeout 120 \
  --allow-http

Direct MCP Server URL

For other AI assistants: https://mcp.dialog.tools/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.

Ongoing Monitoring

"Save these communities as a feed so we can track competitor sentiment over time"

Build curated feeds of the communities that matter to you, then come back to them in any session. Want this to run on a schedule and land in Slack? That's what Dialog adds on top.


Server Capabilities

CategoryCountDescription
MCP Tools3discover_operations, get_operation_schema, execute_operation
Reddit Operations5discover, search, fetch_posts, fetch_multiple, fetch_comments
Feed Operations5create, list, get, update, delete
Indexed Subreddits20,000+Active communities (2k+ members, updated weekly)
MCP Prompts1reddit_research for automated workflows
Resources1reddit://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

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

Layer 1: Discovery

python
discover_operations()

See what operations are available and get workflow recommendations.

Layer 2: Schema Inspection

python
get_operation_schema("discover_subreddits", include_examples=True)

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

Layer 3: Execution

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

Perform the actual operation with validated parameters.

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.

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

The server 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

Want This Running on Autopilot? Meet Dialog

This server is free and fully usable standalone. Dialog is the hosted platform where it plugs into a larger research engine: AI agents that combine this Reddit server with 45+ other integrations to run your research continuously and deliver the results where you work.

This MCP server (free, open source)Dialog platform
Reddit researchFull access: semantic discovery, search, posts, comments, feedsThis same server, connected by default to every agent
How it runsOn demand, inside your AI assistantAutonomous agents powered by Claude that plan and execute multi-step research
SchedulingManual, session by sessionAutomations that run on a schedule and land in a persistent inbox
DeliveryYour chat windowFormatted reports with inline charts in Slack, Telegram, or the web app
Data sourcesRedditReddit plus 45+ integrations: Gmail, Slack, Linear, HubSpot, Apollo, PostHog, Google Drive, and more
MemoryPer sessionPersistent agent workspaces that build context over time

A typical Dialog workflow: an agent monitors your competitors' communities every Monday morning, cross-references mentions against your CRM, and posts a formatted report with charts to your team's Slack channel before standup.

Try Dialog Free


Contributing

Contributions are welcome. The stack:

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

Local Development

bash
# Clone and install (uses uv)
git clone https://github.com/king-of-the-grackles/reddit-research-mcp.git
cd reddit-research-mcp
uv sync --extra dev

# Run tests
uv run pytest

# Run the server locally
uv run reddit-mcp

Found a bug or have a feature idea? Open an issue.


Stop guessing. Start knowing what your market actually thinks.

Dialog App | GitHub | Report Issues

Installation

TypingMind
{
  "mcpServers": {
    "dialog-mcp": {
      "url": "https://reddit-research-mcp.fastmcp.app/mcp",
      "env": null
    }
  }
}

Use Reddit Research MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once Reddit Research is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP connects through a hosted MCP server URL in TypingMind.

Add an MCP server URL

Use this when Reddit Research is already hosted remotely or your team wants one shared connector that multiple users can access.

1

Open MCP connectors

In TypingMind, go to Plugins, open MCP connectors, then choose Add URL.

  1. Open TypingMind in your browser.
  2. Go to Plugins.
  3. Open MCP connectors.
  4. Click Add URL.
TypingMind Add Custom MCP Server URL form
2

Paste the server URL

Enter https://reddit-research-mcp.fastmcp.app/mcp in the Server URL field. Add a connection name, description, icon, custom HTTP headers, or OAuth client settings if the server requires them.

  1. Paste https://reddit-research-mcp.fastmcp.app/mcp into the Server URL field.
  2. Enter a connection name for Reddit Research.
  3. Add a description and icon if you want it to be easier to identify.
  4. Add custom HTTP headers or OAuth client details if the server requires authentication.
3

Create the connection

Click Create connection, then return to the Plugins list and confirm the new MCP connection is active.

  1. Click Create connection.
  2. Return to the MCP connectors list.
  3. Confirm the Reddit Research connection appears as active.
  4. Refresh the plugin list if the connection does not appear immediately.
4

Switch models without reconnecting

Start a chat with your preferred model, enable the Reddit Research tools from Plugins, and switch to another model whenever needed. The MCP connection stays available to the TypingMind workspace.

  1. Start a new chat in TypingMind.
  2. Select the AI model you want to use.
  3. Enable the Reddit Research tools from Plugins.
  4. Ask the model to use the tool when needed.
  5. Switch to another AI model and reuse the same MCP connection.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Reddit Research to help me with this task?
Reddit Research
Sure. I read it.
Here is what I found using Reddit Research.

Frequently asked questions

What is the Reddit Research MCP server used for?

Reddit Research is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use Reddit Research MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use Reddit Research with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use Reddit Research MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Reddit Research connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect Reddit Research MCP to TypingMind?

Reddit Research can be connected in TypingMind by adding its hosted MCP server URL. This is useful when you want a remote MCP connection that is available from your TypingMind workspace.

What tools does Reddit Research MCP provide in TypingMind?

Reddit Research exposes MCP capabilities that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use Reddit Research MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Reddit Research requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇