The Reddit MCP server connects AI agents to Reddit's public content. Agents can read hot posts from the frontpage, get subreddit info, pull hot, new, top, and rising posts from any subreddit, read the full content of a specific post, and fetch a post's comment thread — giving assistants grounded access to Reddit discussions.
Tools
get_frontpage_posts
Get the current hot posts from the Reddit frontpage.
get_post_comments
Get the comment thread from a specific Reddit post.
get_post_content
Get the detailed content of a specific Reddit post.
get_subreddit_hot_posts
Get the current hot posts from a specific subreddit.
get_subreddit_info
Get information and metadata about a specific subreddit.
get_subreddit_new_posts
Get the newest submitted posts from a specific subreddit.
get_subreddit_rising_posts
Get the currently rising posts from a specific subreddit.
get_subreddit_top_posts
Get the all-time top posts from a specific subreddit.