reddit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_USERNAME | No | Your Reddit username, used to fill in the default User-Agent | |
| REDDIT_USER_AGENT | No | Custom User-Agent string for Reddit API requests |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reddit_get_meB | Profile of the Reddit account this server is authorized as. |
| reddit_searchC | Search posts across Reddit or within a specific subreddit. |
| reddit_get_subreddit_postsB | List posts from a subreddit feed (hot, new, top, rising). |
| reddit_get_postB | Fetch a post (submission) and its comment tree by post id (t3_... or bare id) or subreddit+id. |
| reddit_get_userB | Public profile info (karma, trophies, account age) for a username. |
| reddit_get_user_activityC | List a user's submitted posts, comments, or both (overview). |
| reddit_submit_postB | Creates a real post in a subreddit immediately. No confirmation step. |
| reddit_submit_commentA | Posts a real comment reply to a post or comment immediately. No confirmation step. |
| reddit_voteA | Casts an upvote, downvote, or clears a vote immediately. |
| reddit_get_inboxC | Lists inbox items: private messages, comment replies, and mentions. |
| reddit_send_messageB | Sends a real private message to a user immediately. No confirmation step. |
| reddit_mark_readB | Marks one or more inbox items as read. |
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/brettadams0/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server