Back to directory
sinanefeozler/reddit-summarizer-mcp

sinanefeozler/reddit-summarizer-mcp

@sinanefeozler

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

redditsummarizercontent-analysissocial-mediamcpllmcontext

Installation & Configuration

{
  "mcpServers": {
    "reddit-summarizer": {
      "command": "uv",
      "args": [
        "run",
        "reddit-summarizer-mcp"
      ],
      "env": {
        "REDDIT_CLIENT_ID": "your_client_id",
        "REDDIT_CLIENT_SECRET": "your_client_secret",
        "REDDIT_USERNAME": "your_username",
        "REDDIT_PASSWORD": "your_password"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13