sinanefeozler/reddit-summarizer-mcp
MCP server for summarizing users's Reddit homepage or any subreddit based on posts and comments.
Quick Start
Clone the repository:
git clone https://github.com/sinanefeozler/reddit-summarizer-mcpClaude Desktop configuration example:
{
"mcpServers": {
"reddit-summarizer-mcp": {
"command": "npx",
"args": [
"-y",
"sinanefeozler/reddit-summarizer-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.