Labsco
alexandros-lekkas logo

Reddit MCP Server

โ˜… 1

from alexandros-lekkas

A server for fetching and creating content on Reddit using its API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Reddit MCP Server โš™๏ธ

A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content.

smithery badge

https://github.com/user-attachments/assets/caa37704-7c92-4bf8-b7e8-56d02ccb4983

๐Ÿง‘โ€๐Ÿ’ป About

https://www.linkedin.com/feed/update/urn:li:activity:7328864060534419457/

image

๐Ÿ”ง Available Tools (Features)

Read-only Tools (Client Credentials):

  • get_user_info(username) - Get detailed user analysis with engagement insights
  • get_top_posts(subreddit, time_filter, limit) - Get and analyze top posts
  • get_subreddit_stats(subreddit) - Get comprehensive subreddit analysis
  • get_trending_subreddits() - Get list of trending subreddits

Read-write Tools (User Credentials):

  • create_post(subreddit, title, content, flair, is_self) - Create an optimized post
  • reply_to_post(post_id, content, subreddit) - Add a reply with engagement insights
  • reply_to_comment(comment_id, content, subreddit) - Add a strategic reply

๐Ÿ“š Credits

  • Credit goes to the Python Reddit MCP Server by Arindam200 for the inspiration and implementation of these tools. This repository is, at the moment, simply a Node.js port of the Python implementation.

  • Credit goes to Eugene Sh for the tutorial on how to build an MCP server (which was used as a reference for this implementation).