Clean, LLM-optimized Reddit MCP server. Browse posts, search content, analyze users. No fluff, just Reddit data.
| Tool name | Description | Destructive? |
|---|---|---|
| browse_subreddit | Browse posts from any subreddit with sorting options (hot, new, top, rising, controversial). Supports time ranges, NSFW | ✓ no |
| search_reddit | Search Reddit content across all subreddits or specific ones. Filter by author, time range, flair, and sort by relevance | ✓ no |
| get_post_details | Get detailed information about a Reddit post including full comment threads. Supports comment sorting, depth control, an | ✓ no |
| user_analysis | Analyze a Reddit user's profile including karma, posting history, active subreddits, and activity patterns over differen | ✓ no |
| reddit_explain | Get explanations of Reddit terminology, slang, and culture (karma, cake day, AMA, ELI5, etc.) with definitions and usage | ✓ no |
{
"mcpServers": {
"reddit-buddy": {
"command": "npx",
"args": [
"-y",
"reddit-mcp-buddy"
]
}
}
}