Reddit MCP Buddy
Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit data.
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
Maintainer
Works with
Installation
Manual Installation
npx reddit-mcp-buddyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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"]
}
}
}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.
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.
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"
}
}
}
}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.
Reddit MCP Buddy Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Reddit MCP Buddy? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
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.
Set Up Reddit MCP Buddy in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.