Skip to main content
Glama
brettadams0

reddit-mcp

by brettadams0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDDIT_USERNAMENoYour Reddit username, used to fill in the default User-Agent
REDDIT_USER_AGENTNoCustom User-Agent string for Reddit API requests

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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