Reddit MCP Server
Supports UIby Arindam200
Connect AI assistants to Reddit for deep user analysis, subreddit stats, and strategic posting via PRAW.
What it does
This server integrates AI assistants with the Reddit API using PRAW (Python Reddit API Wrapper), allowing the AI to read public data, analyze community trends, and perform authenticated actions like posting and commenting.
Tools
get_user_info: Detailed user analysis with engagement insights.get_user_comments: Retrieve a user's comment history with filtering.get_user_posts: Fetch a user's post/submission history.get_top_posts: Analyze top posts from a specific subreddit.search_posts: Search for posts across Reddit or within subreddits.get_subreddit_stats: Comprehensive subreddit analysis and health metrics.get_trending_subreddits: List of currently trending subreddits.get_submission_by_url: Fetch a submission via its URL.get_submission_by_id: Fetch a submission via its ID.who_am_i: Identify the currently authenticated user.create_post: Create an optimized post in a subreddit.reply_to_post: Add a reply to a post with engagement insights.reply_to_comment: Add a strategic reply to a comment.
Installation
{
"mcpServers": {
"reddit": {
"command": "uv",
"args": [
"--directory",
"/path/to/reddit-mcp",
"run",
"server.py"
],
"env": {
"REDDIT_CLIENT_ID": "your_client_id",
"REDDIT_CLIENT_SECRET": "your_client_secret",
"REDDIT_USERNAME": "your_username",
"REDDIT_PASSWORD": "your_password"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
uv --directory /path/to/reddit-mcp run server.pyInformation
- Pricing
- free
- Published






