Reddit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APIFY_API_TOKEN | Yes | Your Apify API token, required to delegate scraping tasks to Apify cloud actors. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reddit_fast_searchB | Quickly search for Reddit posts, comments, or users. Best for general information gathering. |
| reddit_lead_monitorB | Find high-intent leads or brand mentions while filtering out noise. Use this when the user wants to find 'buyers' or specific discussions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: reddit_fast_search is for general information gathering across posts, comments, or users, while reddit_lead_monitor is specifically for finding high-intent leads or brand mentions with noise filtering. There is no overlap in functionality, making it easy for an agent to choose the right tool based on the task.
Both tools follow a consistent naming pattern with the prefix 'reddit_' followed by a descriptive phrase using snake_case (fast_search, lead_monitor). This uniformity makes the tool set predictable and easy to understand, with no deviations in style or convention.
With only 2 tools, the server feels under-scoped for a Reddit MCP server, which typically involves operations like browsing subreddits, posting, commenting, or managing user interactions. This limited set may hinder agents from performing common Reddit-related tasks, making it too thin for the apparent domain.
The tool set is severely incomplete for a Reddit server, lacking basic CRUD operations such as creating posts, retrieving subreddit details, or managing user profiles. While search and monitoring are covered, there are significant gaps that will likely cause agent failures in broader Reddit workflows, as core functionalities are missing.