
reddit-mcp-buddy
by karanb192·★ 649·Score 54
A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.
Overview
Reddit MCP Buddy is a fully-featured MCP server that enables AI assistants to browse Reddit, search content, and analyze user activity. It offers a clean interface with three authentication tiers: anonymous (10 requests/min), app-only (60 requests/min), and authenticated (100 requests/min). The server is written in TypeScript, providing type safety and reliability, with no setup required for basic functionality. It includes comprehensive documentation, multiple installation methods, and privacy-focused data handling.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need clean Reddit data access for AI assistants without API registration hassles, especially for trend analysis and sentiment tracking across subreddits.
When NOT to choose this
Don't choose this if you need write access to Reddit (this is read-only only) or require access to private subreddits with restricted access.
Tools this server exposes
5 tools extracted from the READMEbrowse_subredditBrowse posts from any subreddit with sorting options
search_redditSearch across Reddit or specific subreddits
get_post_detailsGet a post with all its comments
user_analysisAnalyze a Reddit user's profile
reddit_explainGet explanations of Reddit terms
Comparable tools
Installation
For Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "reddit-mcp-buddy"]
}
}
}For Claude Code
claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddyFAQ
- Does this require Reddit API keys?
- No API keys required for basic use, but optional credentials can be added for higher rate limits.
- How many requests can I make per minute?
- Depends on auth level: anonymous (10 req/min), app-only (60 req/min), authenticated (100 req/min).
On Hacker News
Recent discussion from the developer community.
- Story by karanb192 · 2025-09-29
Compare reddit-mcp-buddy with
Last updated · Auto-generated from public README + GitHub signals.