Reddit Buddy MCP Server

Reddit posts, searches, and user activity analysis for AI assistants.

Data last scanned today · Reviewed today

435 tools764TypeScriptMIT

Overview

Reddit MCP Buddy allows AI assistants, including Claude Desktop, to access Reddit content directly. It provides tools for searching posts, browsing subreddits, and analyzing user activity to provide context for AI-driven research or sentiment analysis. The server is designed to work without requiring users to register their own Reddit API keys. It includes a multi-tier authentication system that manages rate limits, allowing for varying volumes of requests up to 100 per minute depending on the configuration.

Our verdict

This project holds a security score of 43/100, which indicates a high risk level. Key factors contributing to this rating include that it is a community-maintained project rather than an official vendor release, and critical aspects such as OAuth and authentication methods have not yet undergone an independent security review. Given these unknowns, it is best suited for experimental use by developers who understand the implications of integrating third-party tools into their local AI workflows.

  • Supports up to 100 requests per minute
  • Requires zero API key registration
  • Contains only 3 direct dependencies
  • Maintains an active development repository
  • Not an official Reddit-maintained project
  • Authentication methods lack independent security review
  • High risk level score of 43/100

Setup

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

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
browse_subredditBrowse posts from any subreddit with sorting options.low
search_redditSearch across Reddit or specific subreddits.low
get_post_detailsGet a post with all its comments.low
user_analysisAnalyze a Reddit user's profile.low
reddit_explainGet explanations of Reddit terms.low

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

Do I need to provide a Reddit API key to use this server?

No, the server works without any API keys for basic functionality. However, you can optionally add your own credentials to increase your request rate limit.

How can I increase my request limit?

You can increase your limit up to 100 requests per minute by creating a script-type application at reddit.com/prefs/apps and adding your generated Client ID and Client Secret to your configuration.

What is the easiest way to install this for Claude Desktop?

The easiest method is to download the .mcpb file from the latest release on GitHub and open it, which handles the installation as a desktop extension.

Does the server support different Reddit URL formats?

Yes, the get_post_details tool supports various formats including reddit.com, old.reddit.com, mobile links, short URLs, and links containing query parameters or fragments.

What kind of analysis can be performed on Reddit users?

The user_analysis tool can retrieve a user's karma score, their post and comment history, and identify their most active subreddits.

Changelog

Badge

Reddit Buddy MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.