Reddit MCP Buddy

v1.0.0Search & Data Extractionstable

Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit data.

ai-assistantclaudemcpmcp-servermodel-context-protocol
Share:
653
Stars
0
Downloads
0
Weekly
0/5

What is Reddit MCP Buddy?

Reddit MCP Buddy is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to clean, llm-optimized reddit mcp server. browse posts, search content, analyze users. no fluff, just reddit data.

Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit data.

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

Features

  • Clean, LLM-optimized Reddit MCP server. Browse posts, search

Use Cases

Access Reddit data optimized for LLM consumption with clean formatting. Search Reddit content, browse posts, and analyze user behavior. Get Reddit insights without excess data or complexity.
karanb192

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx reddit-mcp-buddy

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 MCP Buddy

Reddit MCP Buddy is a clean, LLM-optimized MCP server for browsing Reddit, searching posts, fetching comment threads, and analyzing user profiles. Published as the reddit-mcp-buddy npm package, it requires no Reddit API registration to get started and produces structured, concise output designed specifically for consumption by AI language models. Optional Reddit OAuth credentials unlock higher rate limits for more intensive workflows.

Prerequisites

  • Node.js 18 or higher
  • An MCP client such as Claude Desktop or another MCP-compatible AI assistant
  • Optional: A Reddit account and a 'script' type app at reddit.com/prefs/apps for higher rate limits
1

Add reddit-mcp-buddy to your MCP client

Edit your MCP client configuration file to add the reddit-mcp-buddy server. No credentials are needed to start — anonymous mode works immediately.

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["reddit-mcp-buddy"]
    }
  }
}
2

Restart your MCP client to load the server

Save the configuration file and restart your MCP client. The server will auto-install via npx on first launch. Confirm it appears as a connected tool.

3

Optional: Create a Reddit app for more requests

Visit reddit.com/prefs/apps, create a 'script' type app, and note the Client ID and Secret to increase your rate limit from 10 to 60 or 100 requests per minute.

4

Optional: Add Reddit credentials to the config

Update your MCP config with Reddit OAuth credentials. Using only Client ID and Secret gives 60 requests/minute; adding username and password gives 100 requests/minute.

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["reddit-mcp-buddy"],
      "env": {
        "REDDIT_CLIENT_ID": "your_client_id",
        "REDDIT_CLIENT_SECRET": "your_client_secret",
        "REDDIT_USERNAME": "your_username",
        "REDDIT_PASSWORD": "your_password"
      }
    }
  }
}
5

Ask your AI assistant to browse or search Reddit

With the server connected, you can ask your AI assistant to browse subreddits, search for posts, fetch comment threads, or analyze a user's activity.

Reddit MCP Buddy Examples

Client configuration

Basic Claude Desktop configuration for reddit-mcp-buddy with no credentials required.

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

Prompts to try

Example prompts showing how to use Reddit Buddy for research, trend analysis, and content discovery.

- "Browse r/technology and summarize the top 5 posts today"
- "Search Reddit for discussions about TypeScript vs JavaScript in 2025"
- "Get all comments on this Reddit thread and identify the main points of disagreement"
- "What are the most upvoted posts in r/learnprogramming this month?"
- "Analyze the posting history of user username123 and describe their interests"

Troubleshooting Reddit MCP Buddy

npx fails to download the package on first run

Ensure you have a stable internet connection and that your npm registry is reachable. Try running 'npx -y reddit-mcp-buddy' manually in a terminal to see the full error. If behind a proxy, configure npm proxy settings with 'npm config set proxy http://your-proxy'.

Rate limit errors when making many rapid requests

Add Reddit OAuth credentials to your config to increase the rate limit. With only Client ID and Secret (app-only mode), you get 60 requests/minute. Adding all four credentials (authenticated mode) gives 100 requests/minute.

Some posts return no comments even though they have comments on Reddit

Very large comment threads may be paginated. Use the get_post_details tool and specify a comment sort order and depth limit. The tool supports multiple Reddit URL formats including old.reddit.com, mobile URLs, and redd.it short links.

Frequently Asked Questions about Reddit MCP Buddy

What is Reddit MCP Buddy?

Reddit MCP Buddy is a Model Context Protocol (MCP) server that clean, llm-optimized reddit mcp server. browse posts, search content, analyze users. no fluff, just reddit data. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Reddit MCP Buddy?

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

Which AI clients work with Reddit MCP Buddy?

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

Is Reddit MCP Buddy free to use?

Yes, Reddit MCP Buddy 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-mcp-buddy": { "command": "npx", "args": ["-y", "reddit-mcp-buddy"] } } }

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

Read the full setup guide →

Ready to use Reddit MCP Buddy?

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