MCP Server Reddit
UnclaimedA Model Context Protocol (MCP) server that provides tools for fetching Reddit content, including frontpage posts, subreddit information and hot posts, post details, and comments.
Install
npx -y @smithery/cli install @Hawstein/mcp-server-reddit --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
comment_depth
(integer): Maximum depth of comment tree (default: 3, range: 1-10)
comment_limit
(integer): Number of top-level comments to return (default: 10, range: 1-100)
get_frontpage_posts
Get hot posts from Reddit frontpage
get_post_comments
Get comments from a post
get_post_content
Get detailed content of a specific post
get_subreddit_hot_posts
Get hot posts from a specific subreddit
get_subreddit_info
Get information about a subreddit
get_subreddit_new_posts
Get new posts from a specific subreddit
get_subreddit_rising_posts
Get rising posts from a specific subreddit
get_subreddit_top_posts
Get top posts from a specific subreddit
limit
(integer): Number of posts to return (default: 10, range: 1-100)
post_id
(string): ID of the post
subreddit_name
(string): Name of the subreddit (e.g. 'Python', 'news')
time
(string): Time filter for top posts (default: '', options: 'hour', 'day', 'week', 'month', 'year', 'all')