Back to MCP Servers
Reddit Summarizer
MCP server for summarizing users's Reddit homepage or any subreddit based on posts and comments.
social-media
Installation
npx -y reddit-summarizer-mcpConfiguration
{
"mcpServers": {
"reddit-summarizer-mcp": {
"command": "npx",
"args": ["-y", "reddit-summarizer-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes