R
🔍 Search & Research
Fetch and search Reddit content — posts, comments, subreddit and user info — and optionally create posts. Great for community research, trend spotting, and sentiment gathering.
Tags
Tools (6)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"reddit-mcp-server"
],
"env": {
"REDDIT_CLIENT_ID": "your-reddit-client-id-here",
"REDDIT_CLIENT_SECRET": "your-reddit-client-secret-here",
"REDDIT_USERNAME": "your-reddit-username-here",
"REDDIT_PASSWORD": "your-reddit-password-here"
}
}
}
}