Reddit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_CLIENT_ID | Yes | Your Reddit client ID from the app preferences | |
| REDDIT_USER_AGENT | No | Customize user agent (optional) | |
| REDDIT_CLIENT_SECRET | Yes | Your Reddit client secret from the app preferences |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_reddit_resourcesA | LAYER 1: Discover available Reddit resources and operations. ALWAYS USE THIS FIRST to understand what's available before proceeding. Args: topic: Optional topic to find relevant communities for include_communities: Whether to search for relevant subreddits discovery_depth: Discovery thoroughness - "quick": Single search (faster, 3-5 subreddits) - "comprehensive": Multiple searches (8-15 subreddits for broader perspective) Returns: Available operations, relevant communities, and recommended workflow |
| get_operation_requirementsA | LAYER 2: Get detailed requirements for a Reddit operation. USE THIS BEFORE EXECUTING to understand parameters, validation rules, and get suggestions. Args: operation_id: The operation ID from discover_reddit_resources context: Optional context about what you're trying to accomplish Returns: Parameter schemas, validation rules, suggestions, and common mistakes to avoid |
| execute_reddit_operationB | LAYER 3: Execute a Reddit operation with validated parameters. ONLY USE AFTER getting requirements from get_operation_requirements(). Args:
operation_id: The operation to execute (from Layer 1)
parameters: Parameters matching the schema from Layer 2 Returns: Operation results or detailed error information |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_popular_subreddits | Get list of 25 most popular subreddits. Returns a list of popular subreddits with their subscriber counts. This data is relatively static and ideal for caching. |
| get_server_info | Get information about this Reddit MCP server's capabilities. Returns server version, available tools, and usage examples. |
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/dialog-tools/reddit-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server