Reddit Summarizer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_PASSWORD | Yes | Your Reddit password | |
| REDDIT_USERNAME | Yes | Your Reddit username | |
| REDDIT_CLIENT_ID | Yes | Your Reddit API client ID | |
| REDDIT_USER_AGENT | No | Optional custom user agent for Reddit API | |
| REDDIT_CLIENT_SECRET | Yes | Your Reddit API client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reed_commentsC | |
| summarize_frontpageA | |
| summarize_subredditB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_my_page | Fixed prompt for detailed summary |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct Reddit resource: comments on a post, frontpage feed, and subreddit feed. No overlap in functionality.
Two tools follow 'summarize_*' pattern, but 'reed_comments' uses a different verb with a typo ('reed' instead of 'read'), breaking consistency.
Three tools cover the core summarizing needs (comments, frontpage, subreddit) without being excessive or insufficient.
Covers main summarizing use cases but lacks a tool to summarize a specific post's content (without comments), which is a minor gap.