reddit-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDDIT_PASSWORD | No | Your Reddit password (required for write operations like creating posts) | |
| REDDIT_USERNAME | No | Your Reddit username (required for write operations like creating posts) | |
| REDDIT_CLIENT_ID | Yes | Reddit app client ID obtained from https://www.reddit.com/prefs/apps | |
| REDDIT_CLIENT_SECRET | Yes | Reddit app client secret obtained from https://www.reddit.com/prefs/apps |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_reddit_mcp_serverD | Test the Reddit MCP Server |
| get_reddit_postC | Get a Reddit post |
| get_top_postsC | Get top posts from a subreddit |
| get_user_infoC | Get information about a Reddit user |
| get_subreddit_infoC | Get information about a subreddit |
| get_trending_subredditsB | Get currently trending subreddits |
| create_postC | Create a new post in a subreddit |
| reply_to_postC | Post a reply to an existing Reddit post |
| search_redditC | Search for posts on Reddit |
| get_post_commentsC | Get comments for a specific Reddit post |
| get_user_postsC | Get posts submitted by a specific user |
| get_user_commentsC | Get comments made by a specific user |
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/jordanburke/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server