Reddit Research

v1.0.0Search & Data Extractionstable

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.

ai-toolscompetitive-analysiscustomer-discoveryfastmcpllm
Share:
114
Stars
0
Downloads
0
Weekly
0/5

What is Reddit Research?

Reddit Research is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 2...

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.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Turn Reddit's chaos into structured insights with full citat

Use Cases

Competitive analysis from Reddit
Customer discovery and insights
Market research at scale
LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx reddit-research

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Reddit Research

Reddit Research MCP Server is a hosted, zero-setup server that turns Reddit's vast community discussions into structured, citable insights for competitive analysis, customer discovery, and market research. It provides semantic search across more than 20,000 indexed subreddits using vector embeddings, letting AI assistants find relevant conversations by concept rather than just keyword. Researchers and product teams use it to surface real user pain points, benchmark competitors, and validate product ideas directly from unfiltered community discussions—without needing Reddit API credentials of their own.

Prerequisites

  • An MCP-compatible client such as Claude Desktop, Claude Code, or Cursor
  • No Reddit API credentials required—the hosted server handles authentication via Descope OAuth2
  • First-time OAuth2 authentication flow takes approximately 30 seconds in your MCP client
  • Internet access to reach the hosted endpoint at https://reddit-research-mcp.fastmcp.app/mcp
1

Add the server to Claude Code

Use the Claude Code CLI to register the hosted HTTP transport endpoint. This is the simplest method and requires no local installation.

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

Add the server to Cursor

In Cursor, open MCP settings and add a new server using the MCP Server URL transport type.

https://reddit-research-mcp.fastmcp.app/mcp
3

Complete the OAuth2 authentication

On first use, your MCP client will prompt you to authenticate via Descope OAuth2. Follow the browser flow that appears. Authentication tokens are managed automatically after the initial 30-second setup.

4

Discover available operations

Use the discover_operations tool to list all available Reddit operations. This confirms the server is connected and shows the full capability set.

5

Run your first semantic search

Use the discover_subreddits tool to find relevant communities by topic, then use search_subreddit or fetch_posts to retrieve real discussions with full citations.

Reddit Research Examples

Client configuration (Claude Code HTTP transport)

Add this to your Claude Code MCP configuration for the hosted Reddit Research server.

{
  "mcpServers": {
    "dialog-mcp": {
      "transport": "http",
      "url": "https://reddit-research-mcp.fastmcp.app/mcp"
    }
  }
}

Prompts to try

Example prompts that leverage the semantic search and batch fetch capabilities of the Reddit Research server.

- "What are developers saying about Next.js vs Remix on Reddit?"
- "Find the top complaints about existing CRM tools in small business subreddits"
- "Analyze sentiment about AI coding assistants across developer communities"
- "What problems are SaaS founders discussing about subscription billing?"
- "Discover which subreddits are most active about indie game development"

Troubleshooting Reddit Research

Authentication prompt does not appear or times out

Ensure your MCP client supports HTTP transport and OAuth2 flows. Restart the client and try again—the Descope OAuth2 token flow needs a browser window to complete. If using Claude Code CLI, confirm the --transport http flag was used when adding the server.

discover_operations returns an empty list or connection error

Verify the server URL is exactly https://reddit-research-mcp.fastmcp.app/mcp with no trailing slash. Check your internet connection and confirm the MCP client is using HTTP (not stdio) transport for this server.

Search results seem unrelated to the query

The server uses semantic vector search, so phrase your query as a natural-language concept rather than keywords. For example, use 'complaints about slow customer support response times' instead of 'support slow'.

Frequently Asked Questions about Reddit Research

What is Reddit Research?

Reddit Research is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Reddit Research?

Follow the installation instructions on the Reddit Research GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Reddit Research?

Reddit Research works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Reddit Research free to use?

Yes, Reddit Research is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "reddit-research": { "command": "npx", "args": ["-y", "reddit-research"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Reddit Research?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides