Reddit Buddy

v1.1.12Search & Data Extractionstable

Enables AI assistants to browse Reddit, search posts, analyze user activity, and fetch comments without requiring API keys. Features smart caching, clean data responses, and optional authentication for higher rate limits.

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

What is Reddit Buddy?

Reddit Buddy is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to browse reddit, search posts, analyze user activity, and fetch comments without requiring api keys. features smart caching, clean data responses, and optional authentication fo...

Enables AI assistants to browse Reddit, search posts, analyze user activity, and fetch comments without requiring API keys. Features smart caching, clean data responses, and optional authentication for higher rate limits.

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

Features

  • Enables AI assistants to browse Reddit, search posts, analyz

Use Cases

Browse Reddit and search posts for topics without API complexity. Analyze user activity and fetch comments with optional authentication. Leverage Reddit data with smart caching and clean responses.
karanb192

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.1.12
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y reddit-mcp-buddy

Manual Installation

npx -y 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 Buddy

Reddit Buddy MCP enables AI assistants to browse Reddit, search posts, and analyze user activity without requiring API keys. Connect it to Claude or Cursor to unlock Reddit data retrieval with smart caching, clean responses, and optional authentication for higher rate limits—perfect for research, content analysis, and trend monitoring.

Prerequisites

  • Node.js 18+ installed
  • An MCP client such as Claude Desktop or Cursor
  • Optional: Reddit account for higher rate limits
1

Install Reddit Buddy MCP

Install the reddit-mcp-buddy package using npm. This is a zero-dependency installation that requires no configuration beyond adding it to your client.

npx -y reddit-mcp-buddy
2

Add to Claude Desktop Configuration

Update your Claude Desktop config to include the Reddit Buddy server. Open the configuration file and add the server entry.

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

Optional: Configure Reddit Credentials

For higher rate limits and authenticated requests, check the repository README at https://github.com/karanb192/reddit-mcp-buddy for environment variable setup. Without authentication, the server works with standard rate limits.

4

Restart Claude Desktop

Close and reopen Claude Desktop to activate the Reddit Buddy server. The connection will initialize automatically.

5

Verify Installation

Start a conversation in Claude and try a Reddit-related query. The server should respond with post data, user information, and comment threads.

Reddit Buddy Examples

Installation Command

How to install and configure Reddit Buddy MCP in Claude Desktop

npx -y reddit-mcp-buddy

Client Configuration

Complete Claude Desktop configuration block for Reddit Buddy MCP

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

Prompts to Try

Example prompts to test Reddit Buddy MCP functionality

1. Search Reddit for posts about "machine learning" and summarize the top 5 discussions.
2. Analyze user activity for the r/programming community and identify trending topics.
3. Fetch the top 10 comments on a specific Reddit post and extract key insights.

Troubleshooting Reddit Buddy

Server fails to start with 'command not found' error

Ensure Node.js 18+ is installed (run 'node --version'). If npx is not found, reinstall Node.js or use absolute path to npx. Check your PATH environment variable.

Rate limit errors when fetching Reddit data

Without authentication, Reddit has standard rate limits. Configure Reddit API credentials in environment variables as detailed in the repository README for authenticated requests with higher limits.

Claude doesn't respond to Reddit queries

Verify the server is listed in Claude Desktop's MCP settings panel. Restart Claude after adding the configuration. Check that the reddit-buddy entry matches the configuration file exactly.

Frequently Asked Questions about Reddit Buddy

What is Reddit Buddy?

Reddit Buddy is a Model Context Protocol (MCP) server that enables ai assistants to browse reddit, search posts, analyze user activity, and fetch comments without requiring api keys. features smart caching, clean data responses, and optional authentication for higher rate limits. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Reddit Buddy?

Install via npm with the command: npx -y reddit-mcp-buddy. 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 Buddy?

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

Is Reddit Buddy free to use?

Yes, Reddit Buddy 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-buddy-mcp": { "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 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