mcp-reddit
mcp-reddit is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.
If you are the rightful owner of mcp-reddit and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
The MCP Reddit Server is a specialized server designed to interact with Reddit's vast repository of content. It allows users to fetch and analyze data from various subreddits, providing insights into trending topics, detailed post content, and user interactions. This server is particularly useful for developers and analysts who need to access Reddit data programmatically, offering a streamlined way to gather information on hot threads, post details, and different types of content such as text, links, and galleries. By leveraging the Model Context Protocol, the server ensures efficient and structured data retrieval, making it an essential tool for those looking to integrate Reddit data into their applications or research projects.
Features
- Fetch hot threads from any subreddit
- Get detailed post content including comments
- Support for different post types (text, link, gallery)
Tools
- fetch_reddit_hot_threads: Fetch hot threads from a subreddit Args: subreddit: Name of the subreddit limit: Number of posts to fetch (default: 10) Returns: Human readable string containing list of post information
- fetch_reddit_post_content: Fetch detailed content of a specific post Args: post_id: Reddit post ID comment_limit: Number of top level comments to fetch comment_depth: Maximum depth of comment tree to traverse Returns: Human readable string containing post content and comments tree