Reddit 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 client ID | |
| REDDIT_CLIENT_SECRET | Yes | Your Reddit 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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reddit_get_postsA | Fetch posts from a specific subreddit sorted by hot, new, top, or rising. Use this to monitor target communities for recent discussions, pain points, and engagement opportunities. Args:
Returns: List of posts with titles, scores, comment counts, permalinks, and text previews. |
| reddit_search_postsA | Search Reddit posts by keyword, optionally limited to a specific subreddit. Use this to find discussions about specific topics, pain points, competitors, or industry signals across target communities. Args:
Returns: Matching posts with titles, scores, comment counts, permalinks, and text previews. |
| reddit_get_commentsA | Fetch top-level comments from a specific Reddit post. Use this to read the full discussion in a thread — understand community sentiment, find buyer language, or identify engagement opportunities. Args:
Returns: Top-level comments with author, score, body text, and timestamps. |
| reddit_monitor_subredditsA | Scan multiple subreddits for posts matching specific keywords. Returns only posts whose title or body contain at least one keyword. This is the primary tool for weekly Reddit intelligence digests — it scans target communities and filters for relevant discussions. Args:
Returns: Filtered, keyword-matched posts grouped by subreddit with scores, comment counts, and links. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vnnivas/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server