mcp-server-reddit

The MCP Server Reddit is a Model Context Protocol server that allows LLMs to access content from Reddit. It enables retrieval of hot posts from the Reddit frontpage, access to subreddit information, and reading of post comments. It utilizes redditwarp to interact with Reddit's API and exposes its functionalities through the MCP protocol.

GitHub Stars

95

User Rating

Not Rated

Favorites

0

Views

42

Forks

15

Issues

3

Technical Information

Programming Languages

PythonPrimary Language

System Requirements

Python 3.6以上
redditwarp 最新版

Provided Features

フロントページのホット投稿を取得する機能 (`get_frontpage_posts`)
特定のサブレディットの情報を取得する機能 (`get_subreddit_info`)
特定のサブレディットからホット投稿を取得する機能 (`get_subreddit_hot_posts`)
特定のサブレディットから新しい投稿を取得する機能 (`get_subreddit_new_posts`)
特定のサブレディットからトップ投稿を取得する機能 (`get_subreddit_top_posts`)
特定の投稿の詳細コンテンツを取得する機能 (`get_post_content`)
特定の投稿からコメントを取得する機能 (`get_post_comments`)

Safety Analysis

Safety Score
Safe100/100

Recommended For

Recommended for developers looking to build applications that interact with the Reddit API using Python, as well as data scientists interested in leveraging LLMs for data analysis.

Maintenance Status

Active