1. Conduid
  2. Developer Tools
  3. sinanefeozler/reddit-summarizer-mcp
MCP server · Developer Tools

sinanefeozler/reddit-summarizer-mcp

A MCP server for summarizing reddit homepage of the user or contents of subreddits and comments on posts.

Unclaimed MIT last commit a year ago devtoolsreddit-apimcp
54Fair

Scored 3 months ago · breakdown

About sinanefeozler/reddit-summarizer-mcp

sinanefeozler/reddit-summarizer-mcp is an MCP server published by sinanefeozler in the Developer Tools category: a MCP server for summarizing reddit homepage of the user or contents of subreddits and comments on posts. It has been installed 0 times through Conduid.

The repository has 12 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx reddit-summarizer-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about sinanefeozler/reddit-summarizer-mcp

Powered by Claude · Grounded in docs

I know everything about sinanefeozler/reddit-summarizer-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Reddit Summarizer MCP Server

A Model Context Protocol (MCP) server for summarizing homepage of the user or contents of subreddits and comments on posts.

Features

  • Summarize user's reddit frontpage (homepage) with or without comment analyses.
  • Summarize a subreddit contents by inspecting posts sorted by hot, new, top, rising, random (if aviable) with or without comment analysis.
  • Summarize comments on a post.

Requirements

  • Python 3.12 or higher
  • uv package manager (recommended)
  • Reddit API credentials
  • MCP client (e.g. Claude Desktop)

Installation

Clone repository or download files manually.

git clone https://github.com/sinanefeozler/reddit-summarizer-mcp.git
cd reddit-summarizer-mcp

Create virtual envoriment and install dependencies.

uv venv
source .venv/bin/activate
uv sync

Setting Up The Envoriment Variables

  • This server needs reddit username, password and reddit authentication.
  • You can get client id and client secret by following these steps
  • When you get the required keys create .env file according to .env.example For claude desktop client users check out this link to setup the server.

Available Tools

summarize_frontpage

Summarize user's homepage with post limits and optional comment analyse on posts. Parameters:

  • limit (default: 10): Post fetching limit
  • with_comments (default: false): Summarize with comments on posts

summarize_subreddit

Summarize a subreddit's contents by inspecting posts. Parameters:

  • limit (default: 10): Post fetching limit
  • with_comments (default: false): Summarize with comments on posts
  • fetch_by (default: 'hot') : Sorting option for posts. (hot, new, top, rising, random if aviable)

reed_comments

Reed and summarize comments on a post. Needs post id or url. Parameters:

  • id (default: None) : id of post
  • url (default: None) : url of post
  • limit (default: 15) : fetching limit of the comments

Prompts

Example Prompts:

  • "Summarize my reddit frontpage with comment analyse for deeper understanding of public opinion"
  • "Summarize the hot post of Politics"

Prompt Template:

/summarize_my_page

Provides a prompt to summarize and categorize the posts and comments on frontpage. Gives LLM a predefined template and categorize to make a more human readable outputs.

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About sinanefeozler/reddit-summarizer-mcp

How do I install sinanefeozler/reddit-summarizer-mcp?

Run npx reddit-summarizer-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is sinanefeozler/reddit-summarizer-mcp safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is sinanefeozler/reddit-summarizer-mcp still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.