reddit_mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BROWSER_TIMEOUT | No | Timeout in milliseconds for browser operations | 30000 |
| REDDIT_PASSWORD | No | Reddit password for authentication (required for write tools) | |
| REDDIT_USERNAME | No | Reddit username for authentication (required for write tools) | |
| BROWSER_HEADLESS | No | Whether to run browser in headless mode (true/false) | true |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_subredditB | Run highly targeted keyword searches within a specific subreddit community. |
| get_subreddit_postsB | Fetch the front-page posts of a subreddit to surface active discussions. |
| get_post_threadA | Fetch a specific post's text and its top comments. |
| get_user_profileA | Fetch a Reddit user's public profile: karma, account age, and metadata. |
| get_user_activityB | Fetch a Reddit user's recent posts and/or comments. |
| post_replyA | Post a reply to a Reddit thread or comment using an authenticated browser session. The browser must already be authenticated. If the session has expired, this tool will fail immediately with a descriptive error rather than waiting for a timeout. |
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/ajaaysrinivaas/reddit_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server