Back to MCP Servers

Reddit Research

AI-powered Reddit intelligence for market research and competitive analysis. Discover subreddits via semantic search across 20k+ indexed communities, fetch posts/comments with full citations, and manage research feeds. No Reddit API credentials needed.

social-mediaapiai

Installation

npx -y reddit-research-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub