Reddit MCP
A server to browse, search, and read content on Reddit using the Reddit API.
Reddit MCP
A plug-and-play MCP server to browse, search, and read Reddit.
Demo
Here's a short video showing how to use this in Claude Desktop:
https://github.com/user-attachments/assets/a2e9f2dd-a9ac-453f-acd9-1791380ebdad
Features
- Detailed parameter validation with pydantic
- Uses the reliable PRAW library under the hood
- Built-in rate limiting protection thanks to PRAW
Caveats
- Only supports read features for now. If you want to use write features, upvote the issue or send a PR! 🙌
- Tools use tokens. To use this with Claude, you may need to be a Pro user to use many tool calls. Free tier users should be fine with lighter tool usage. Your token usage is your responsibility.
Installation
Prerequisite: Reddit API credentials
Create a developer app in your Reddit account if you don't already have one. This will give you a client_id and client_secret to use in the following steps. If you already have these, you can skip this step.
Claude Desktop
To install into Claude Desktop:
- Follow the instructions here until the section "Open up the configuration file in any text editor."
- Add the following to the file depending on your preferred installation method:
Using uvx (recommended)
"mcpServers": {
"reddit": {
"command": "uvx",
"args": ["reddit-mcp"],
"env": {
"REDDIT_CLIENT_ID": "<client_id>",
"REDDIT_CLIENT_SECRET": "<client_secret>"
}
}
}
Using PIP
First install the package:
pip install reddit-mcp
Then add the following to the configuration file:
"mcpServers": {
"reddit": {
"command": "python",
"args": ["-m", "reddit_mcp"],
"env": {
"REDDIT_CLIENT_ID": "<client_id>",
"REDDIT_CLIENT_SECRET": "<client_secret>"
}
}
}
Others
You can use this server with any MCP client, including agent frameworks (LangChain, LlamaIndex, AutoGen, etc). For an example AutoGen integration, check out the example.
Tools
The tools the server will expose are:
| Name | Description |
|---|---|
get_comment | Access a comment |
get_comments_by_submission | Access comments of a submission |
get_submission | Access a submission |
get_subreddit | Access a subreddit by name |
search_posts | Search posts in a subreddit |
search_subreddits | Search subreddits by name or description |
Contributing
Contributions are welcome! See CONTRIBUTING.md for more information.
Acknowledgments
- PRAW for an amazingly reliable library 💙
相關伺服器
Bright Data
贊助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
MCP-Puppeteer-Linux
Automate web browsers on Linux using Puppeteer. Enables LLMs to interact with web pages, take screenshots, and execute JavaScript.
Mention MCP Server
Monitor web and social media using the Mention API.
Browser Use
An AI-driven browser automation server for natural language control and web research, with CLI access.
MCP Webscan Server
Fetch, analyze, and extract information from web pages.
Configurable Puppeteer MCP Server
A configurable MCP server for browser automation using Puppeteer.
MCP Browser Use Secure
A secure MCP server for browser automation with enhanced security features like multi-layered protection and session isolation.
yt-dlp
Download video and audio content from various websites like YouTube, Facebook, and Tiktok using yt-dlp.
Playwright Server
A server providing Playwright tools for browser automation and web scraping.
Amazon MCP Server
Scrapes and searches for products on Amazon.
Wayback Machine
Access the Internet Archive's Wayback Machine to retrieve archived web pages and check for available snapshots of URLs.