1
Add it to Claude Code
claude mcp add reddit-mcp-server -- uvx reddit-no-auth-mcp-serverEnvironment Variables
Set these before running Reddit MCP Server.
VariableDescriptionRequired
REDDIT_TRANSPORTMCP transport (stdio, streamable-http)NoREDDIT_HOSTHost for HTTP transportNoREDDIT_PORTPort for HTTP transportNoREDDIT_PATHPath for HTTP transportNoREDDIT_LOG_LEVELLog level (DEBUG, INFO, WARNING, ERROR)NoREDDIT_PROXYHTTP/HTTPS proxy URLNoREDDIT_TIMEOUTRequest timeout in secondsNoREDDIT_THROTTLE_MINMin delay between paginated requestsNoREDDIT_THROTTLE_MAXMax delay between paginated requestsNoAvailable Tools (6)
Once configured, Reddit MCP Server gives your AI agent access to:
searchSearch all of Reddit for posts matching a query.querylimitsortsearch_subredditSearch within a specific subreddit.subredditquerylimitsortget_postGet full details of a Reddit post including its comment tree.permalinkget_subreddit_postsGet posts from a subreddit listing.subredditlimitcategorytime_filterget_userGet a user's recent public activity (posts and comments).usernamelimitget_user_postsGet a user's submitted posts.usernamelimitcategorytime_filterTry It Out
After setup, try these prompts with your AI agent:
→Search for recent discussions about 'async programming' in the Python subreddit.
→Get the top posts from the MachineLearning subreddit for the past week.
→Retrieve the full comment tree for the Reddit post at /r/Python/comments/abc123/my_post/.
→Show me the recent activity and posts from the user 'spez'.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
Alternative installation methods
From source
git clone https://github.com/eliasbiondo/reddit-mcp-server.git && cd reddit-mcp-server && uv syncKeep this setup from going cold
Save the docs, env vars, and workflow around Reddit MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.