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

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

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

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct Reddit resource or action: fetching a post thread, subreddit posts, user activity, user profile, posting a reply, and searching a subreddit. No two tools have overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_*, post_*, search_*) with snake_case. The naming is predictable and clear.

Tool Count5/5

6 tools is well-scoped for a Reddit interaction server, covering reading, searching, and posting without being overwhelming or too sparse.

Completeness4/5

The tool set covers core read and post operations, but lacks ability to create new posts (only replies), vote, or retrieve full comment trees. These are minor gaps for its scope.

Maintenance

ActivityInactive
ResponsivenessNo issues