MCP Reddit
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
What is MCP Reddit?
MCP Reddit is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server that provides tools for fetching and analyzing reddit content.
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol (MCP) server that provides tools fo
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-redditConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Reddit
MCP Reddit is a Model Context Protocol server that lets AI assistants browse and analyze Reddit content in real time. It exposes tools for fetching hot threads from any subreddit and retrieving detailed post content including comments, supporting text posts, link posts, and gallery posts. Developers and researchers use it to monitor communities, aggregate trending discussions, or pull contextual data from Reddit during AI-assisted workflows.
Prerequisites
- Python 3.8+ runtime with uvx (from the uv package manager) installed
- An MCP-compatible client such as Claude Desktop or Cursor
- Git installed for the manual uvx-from-git installation method
- No Reddit API key required — the server uses public Reddit endpoints
Install via Smithery (Automated)
The fastest way to install mcp-reddit for Claude Desktop is through the Smithery CLI, which automatically configures the client.
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claudeOr Install Manually with uvx
If you prefer manual setup, install uvx (part of the uv Python package manager) and then add the server to your MCP client configuration.
# Install uv (which includes uvx)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Verify uvx is available
uvx --versionConfigure Claude Desktop
Add the mcp-reddit server to your Claude Desktop configuration file. The server is run via uvx directly from the GitHub repository with no local clone required.
{
"mcpServers": {
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}
}Restart Claude Desktop
After saving the configuration file, fully quit and relaunch Claude Desktop. The mcp-reddit server will appear in the connected tools list.
Fetch Hot Threads from a Subreddit
Use the fetch_hot_threads tool by asking Claude a natural language question about a subreddit. The tool accepts a subreddit name parameter and returns current trending posts.
# Example natural language query:
"What are the latest hot threads in r/programming?"MCP Reddit Examples
Client configuration
Claude Desktop configuration for mcp-reddit using uvx to run directly from the GitHub repository.
{
"mcpServers": {
"reddit": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/adhikasp/mcp-reddit.git",
"mcp-reddit"
],
"env": {}
}
}
}Prompts to try
Natural language prompts that demonstrate the capabilities of the mcp-reddit MCP server.
- "What are the latest hot threads in r/victoria3?"
- "Summarize the top 5 posts in r/MachineLearning this week"
- "Show me the comments on the top post in r/worldnews"
- "What's trending in r/python right now?"Troubleshooting MCP Reddit
uvx command not found after installation
Make sure you have uv installed and that its bin directory is in your PATH. Run 'source ~/.bashrc' or restart your terminal after installing uv. On macOS, try 'export PATH=$HOME/.local/bin:$PATH'.
Rate limiting or empty responses from Reddit
Reddit's public API has rate limits for unauthenticated requests. If you get empty results or errors, wait a minute and try again. Avoid running many requests in quick succession.
Server does not appear in Claude Desktop after configuration
Ensure the configuration file is valid JSON with no trailing commas. Fully quit Claude Desktop (not just close the window) and relaunch. Check Claude Desktop logs for connection errors.
Frequently Asked Questions about MCP Reddit
What is MCP Reddit?
MCP Reddit is a Model Context Protocol (MCP) server that model context protocol (mcp) server that provides tools for fetching and analyzing reddit content. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Reddit?
Follow the installation instructions on the MCP Reddit GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Reddit?
MCP Reddit works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Reddit free to use?
Yes, MCP Reddit is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
MCP Reddit Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to MCP Reddit? 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 MCP Reddit 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 MCP Reddit?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.