mcp-server-reddit

mcp-server-reddit

4.2

mcp-server-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-server-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 server providing access to Reddit public API for LLMs.

MCP Server Reddit is a protocol server that allows language models to interact with Reddit's public API. It enables browsing of Reddit's frontpage posts, accessing subreddit information, and reading post comments. The server uses the redditwarp library to interface with Reddit's API and exposes these functionalities through the MCP protocol. This server is particularly useful for applications that require real-time data from Reddit, such as sentiment analysis, trend tracking, or content summarization.

Features

  • Access Reddit's frontpage and subreddit posts.
  • Retrieve detailed post content and comments.
  • Utilize various post filters like hot, new, top, and rising.
  • Integrate seamlessly with LLMs for enhanced data interaction.
  • Easy installation and configuration with multiple platforms.

Tools

  1. get_frontpage_posts

    Get hot posts from Reddit frontpage

  2. get_subreddit_info

    Get information about a subreddit

  3. get_subreddit_hot_posts

    Get hot posts from a specific subreddit

  4. get_subreddit_new_posts

    Get new posts from a specific subreddit

  5. get_subreddit_top_posts

    Get top posts from a specific subreddit

  6. get_subreddit_rising_posts

    Get rising posts from a specific subreddit

  7. get_post_content

    Get detailed content of a specific post

  8. get_post_comments

    Get comments from a post