MCP server for Reddit — search posts and subreddits, browse comments, read user profiles, and submit content over stdio
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reddit-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/reddit-mcp"
]
}
}
}
Run in terminal:
claude mcp add reddit-mcp npx -y daanrongen/reddit-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"reddit-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/reddit-mcp"
]
}
}
}