Reddit

v1.0.5Search & Data Extractionstable

Enables comprehensive Reddit research through a three-layer architecture that discovers relevant communities, provides operation guidance, and executes multi-subreddit content fetching with proper citations. Supports searching, post fetching, comment

mcpmcp-serverredditreddit-apiai-tools
Share:
286
Stars
0
Downloads
0
Weekly
0/5

What is Reddit?

Reddit is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables comprehensive reddit research through a three-layer architecture that discovers relevant communities, provides operation guidance, and executes multi-subreddit content fetching with proper cit...

Enables comprehensive Reddit research through a three-layer architecture that discovers relevant communities, provides operation guidance, and executes multi-subreddit content fetching with proper citations. Supports searching, post fetching, comment

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

Features

  • Enables comprehensive Reddit research through a three-layer

Use Cases

Discover relevant subreddits
Fetch multi-subreddit content
Perform competitive analysis and customer research
Arindam200

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.5
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @practicaltools/reddit-mcp-server

PIP

pip install reddit-research-mcp

Manual Installation

npx -y @practicaltools/reddit-mcp-server

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

The Reddit MCP Server gives AI assistants comprehensive access to Reddit's API through a three-layer architecture that discovers relevant communities, guides operations, and fetches multi-subreddit content with proper citations. It supports read-only operations (user info, post/comment retrieval, subreddit stats, trending data, content search) with just client credentials, and authenticated write operations (post creation, replies) with username and password. Built with FastMCP and designed for market research, competitive analysis, and customer discovery workflows.

Prerequisites

  • Python 3.9 or newer with uv installed
  • A Reddit account
  • A Reddit API app registered at reddit.com/prefs/apps (script type) to obtain Client ID and Client Secret
  • Reddit username and password (optional, required only for write operations)
  • An MCP client such as Claude Desktop or Cursor
1

Register a Reddit API application

Go to https://www.reddit.com/prefs/apps, click 'create another app', choose 'script' type, and note your Client ID (shown under the app name) and Client Secret.

2

Install the package

Install the reddit-research-mcp package via pip or use npx for the Node.js wrapper.

pip install reddit-research-mcp
3

Clone the source (for uv-based setup)

If running via uv from source, clone the repository.

git clone https://github.com/Arindam200/reddit-mcp.git
cd reddit-mcp
4

Configure Claude Desktop

Add the Reddit MCP server to your Claude Desktop configuration with your API credentials.

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "@practicaltools/reddit-mcp-server"],
      "env": {
        "REDDIT_CLIENT_ID": "your_client_id_here",
        "REDDIT_CLIENT_SECRET": "your_client_secret_here",
        "REDDIT_USERNAME": "your_reddit_username",
        "REDDIT_PASSWORD": "your_reddit_password"
      }
    }
  }
}
5

Restart Claude Desktop and verify

Restart Claude Desktop and ask it to fetch top posts from a subreddit or search for a topic on Reddit to confirm the connection.

Reddit Examples

Client configuration

Claude Desktop configuration for the Reddit MCP server using the npm package. Omit REDDIT_USERNAME and REDDIT_PASSWORD for read-only mode.

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "@practicaltools/reddit-mcp-server"],
      "env": {
        "REDDIT_CLIENT_ID": "your_client_id_here",
        "REDDIT_CLIENT_SECRET": "your_client_secret_here",
        "REDDIT_USERNAME": "your_reddit_username",
        "REDDIT_PASSWORD": "your_reddit_password"
      }
    }
  }
}

Prompts to try

Use these prompts in Claude Desktop to perform Reddit research with the MCP server connected.

- "Show me the top posts from r/Python this week."
- "Search for posts about 'machine learning ops' across all of Reddit."
- "Analyze the sentiment in comments on the top 5 posts in r/startups this month."
- "Find relevant subreddits where people discuss project management tools."
- "Fetch recent posts mentioning competitor X from r/SaaS and r/Entrepreneur."
- "What are users complaining about regarding Notion in r/productivity?"

Troubleshooting Reddit

Authentication returns '401 Unauthorized' or 'invalid_grant'

Verify your REDDIT_CLIENT_ID and REDDIT_CLIENT_SECRET are correct. The Client ID is the short string shown below your app name on reddit.com/prefs/apps, not the app name itself. Ensure your app type is 'script'.

Write operations (post creation, replies) fail with 'RATELIMIT' or permission errors

Write operations require REDDIT_USERNAME and REDDIT_PASSWORD to be set. New Reddit accounts may face karma or age restrictions on posting — ensure your account has some history. Also respect Reddit's rate limits (one request per second).

Subreddit content returns empty results

Check that the subreddit name is spelled correctly and is not private or quarantined. For NSFW subreddits, the API may require additional OAuth scopes. Try a public subreddit like r/Python to confirm the connection is working.

Frequently Asked Questions about Reddit

What is Reddit?

Reddit is a Model Context Protocol (MCP) server that enables comprehensive reddit research through a three-layer architecture that discovers relevant communities, provides operation guidance, and executes multi-subreddit content fetching with proper citations. supports searching, post fetching, comment It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Reddit?

Install via npm with the command: npx -y @practicaltools/reddit-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Reddit?

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

Is Reddit free to use?

Yes, Reddit is open source and available under the MIT License 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-mcp-server": { "command": "npx", "args": ["-y", "@practicaltools/reddit-mcp-server"] } } }

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

Read the full setup guide →

Ready to use Reddit?

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