Reddit MCP Server
by liuyang1520
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_PASSWORD | No | Your Reddit password (for username/password authentication) | |
| REDDIT_USERNAME | No | Your Reddit username (for username/password authentication) | |
| REDDIT_CLIENT_ID | No | Your Reddit API client ID (found under the app name in Reddit app preferences) | |
| REDDIT_USER_AGENT | No | User agent string for Reddit API requests (must be unique and descriptive) | |
| REDDIT_ACCESS_TOKEN | No | Your Reddit access token (for testing only - expires in 1 hour) | |
| REDDIT_CLIENT_SECRET | No | Your Reddit API client secret | |
| REDDIT_REFRESH_TOKEN | No | Your Reddit refresh token (for refresh token authentication) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_subreddit_postsC | Get posts from a specific subreddit |
| get_postB | Get details of a specific Reddit post |
| get_post_commentsC | Get comments from a Reddit post |
| get_subreddit_infoC | Get information about a subreddit |
| get_user_infoC | Get information about a Reddit user |
| get_user_postsC | Get posts submitted by a user |
| get_user_commentsC | Get comments made by a user |
| search_postsB | Search for Reddit posts |
| search_subredditsC | Search for subreddits |
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
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/liuyang1520/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server