R
Share:
About
Search across Reddit, list hot/new/top posts for any subreddit, and fetch full comment trees with author, score, and timestamps. Great for community-listening agents, meme miners, and OSINT-style research. Supports authenticated (higher rate limits) and anonymous access.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Install Reddit MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-reddit"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-reddit"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"reddit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-reddit"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.