Reddit for community and forums

Our top pick for community and forumsCommunityJordan Burke115

Reddit is where a lot of product feedback and unfiltered opinion actually lives, and this maintained server (from Jordan Burke, a community project rather than an official build) reads posts, comments, users, and subreddits and can create posts and replies through the official API. For community and forum work it is our top pick of four, because Reddit is the densest single source most teams want to track.

It earns first place by covering both halves of community work: listening and, when a human approves, participating. An agent can monitor what people say about a launch, then post an update or reply to a thread, all against the real API.

How Reddit fits

The read tools are broad. search_reddit finds posts across the site, browse_subreddit reads a subreddit by sort method (hot, new, top, rising, controversial), get_top_posts pulls top posts from a subreddit or the home feed, and get_post_comments returns a post's threaded comments. get_reddit_post fetches a single post with engagement analysis, get_subreddit_info and get_trending_subreddits give community context, and get_user_info, get_user_posts, and get_user_comments profile a specific account. For acting, create_post creates a post in a subreddit and reply_to_post replies to a post or comment, both requiring user credentials.

The honest framing against the siblings: Reddit is one community, so it covers Reddit and nothing else. Hacker News is the pick when the conversation you care about is on HN, especially Show HN and launch threads. Discord MCP fits when your community lives in a Discord server with channels and members. Telegram is the choice for groups and channels there. Lead with this Reddit server when Reddit is the community that matters to you; add the others to cover the platforms where the rest of your audience talks.

Tools you would use

ToolWhat it does
get_reddit_postRetrieves a specific Reddit post with engagement analysis.
get_top_postsFetches the top posts from a subreddit or the home feed.
browse_subredditBrowses a subreddit by sort method (hot, new, top, rising, controversial).
get_user_infoRetrieves detailed information about a Reddit user.
get_user_postsGets the posts submitted by a given user.
get_user_commentsGets the comments made by a given user.
get_subreddit_infoRetrieves a subreddit's details and statistics.
get_trending_subredditsGets the currently trending subreddits.
get_post_commentsGets a post's comments with their threading.
search_redditSearches for posts across Reddit.
Full Reddit setup and config →

FAQ

Can the Reddit server post and reply, or only read?
Both. Reading is broad: search_reddit, browse_subreddit, get_top_posts, get_post_comments, and the user and subreddit tools. For acting, create_post and reply_to_post write to Reddit, and both require user credentials, so participation is gated behind your account.
Is this an official Reddit MCP server?
No. It is a maintained community server (from Jordan Burke) that uses the official Reddit API. It reads posts, comments, users, and subreddits and can create posts and replies, which is why it leads this list for tracking and engaging Reddit communities.