adhikasp/mcp-reddit
mcp-reddit is hosted online, so all tools can be tested directly either in theInspector 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@mcphub.com.
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
Try mcp-reddit with chat:
Tools
Functions exposed to the LLM to take actions
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client