Overview
What is Reddit Mcp Server?
The Reddit Mcp Server is a Model Context Protocol (MCP) implementation that allows AI assistants to access and interact with Reddit content via the Python Reddit API Wrapper (PRAW). It provides tools for reading public data and performing authenticated actions like posting and commenting.
How to use Reddit Mcp Server?
Clone the repository and configure the MCP server in your Claude Desktop or Cursor configuration file. Provide your Reddit API credentials (client ID and secret, and optionally username/password) as environment variables. After restarting the application, the server’s tools become available to the AI assistant.
Key features of Reddit Mcp Server
- Get detailed user information with engagement analysis
- Fetch and analyze top posts from any subreddit
- Get comprehensive subreddit statistics and health metrics
- View trending subreddits with growth patterns
- Create strategic posts with timing recommendations
- Reply to posts and comments with engagement optimization
- AI-driven insights and smart response formatting
Use cases of Reddit Mcp Server
- Analyze a Reddit user’s activity, engagement patterns, and community influence
- Retrieve and analyze top posts from a subreddit by time filter
- Obtain statistics and health indicators of any subreddit
- Discover currently trending subreddits and their growth patterns
- Autonomously create a post or reply with strategic timing and content recommendations
FAQ from Reddit Mcp Server
What are the authentication levels?
Read-only access requires only client ID and client secret. Authenticated access additionally requires a Reddit username and password to enable posting and commenting.
What environment variables are needed?
REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, and optionally REDDIT_USERNAME and REDDIT_PASSWORD.
Where can I get Reddit API credentials?
Obtain them by creating an app at Reddit’s app preferences page.
Which tools require authentication?
create_post, reply_to_post, and reply_to_comment require authenticated access. All other tools work with read-only credentials.
What runtime dependencies are required?
The server runs on Python using the uv tool. The repository must be cloned and the environment configured with the required Reddit API credentials.