Skip to main content
Glama
ajaaysrinivaas

reddit_mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BROWSER_TIMEOUTNoTimeout in milliseconds for browser operations30000
REDDIT_PASSWORDNoReddit password for authentication (required for write tools)
REDDIT_USERNAMENoReddit username for authentication (required for write tools)
BROWSER_HEADLESSNoWhether to run browser in headless mode (true/false)true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

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/ajaaysrinivaas/reddit_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server