
Reddit Mcp Server
Research subreddits, draft posts and comments, and publish Reddit content from your agent when you grow an indie product through community channels.
Overview
Reddit MCP server is a Grow-phase MCP server that lets agents search Reddit, read threads, and create posts and comments with configurable authentication and safe-mode writes.
What is this MCP server?
- Full read and write: search, browse, post, and comment with agent tooling
- REDDIT_AUTH_MODE supports auto, authenticated, and anonymous paths
- Optional Reddit app credentials raise rate limits; username and password required for writes
- REDDIT_SAFE_MODE documented as a write safeguard for safer agent posting
- npm reddit-mcp-server version 1.4.8 with stdio transport
- Server package version 1.4.8
- Three documented REDDIT_AUTH_MODE values: auto, authenticated, anonymous
- Write path requires REDDIT_USERNAME and REDDIT_PASSWORD per server.json
Community signal: 127 GitHub stars.
What problem does it solve?
Copying subreddit insights and post drafts between the browser and your agent breaks momentum when Reddit is your main distribution and research channel.
Who is it for?
Indie hackers and solo founders who use Reddit for audience research, launch threads, and ongoing community support alongside their agent workflow.
Skip if: Brands that forbid automated social posting, or builders who only need read-only SEO rank tracking without community engagement.
What do I get? / Deliverables
You can query communities, draft replies, and run authenticated publish flows from MCP tools with optional rate-limit credentials and write safeguards.
- Subreddit search and thread summaries inside the agent
- Drafted or published posts and comments when credentials are set
- Configurable auth and safe-mode behavior for production-like posting discipline
Recommended MCP Servers
Journey fit
Reddit is primarily a growth and distribution surface after you have something to talk about; canonical placement is grow even though search also supports early audience research. Content fits because the server emphasizes posts, comments, search, and creation—not paid analytics dashboards or in-app lifecycle email.
How it compares
Live Reddit API integration via MCP, not a static scraper skill or a generic web browser automation pack.
Common Questions / FAQ
Who is Reddit MCP server for?
It is for solo builders and small teams who market on Reddit and want Claude Code, Cursor, or Codex to search, draft, and optionally post without leaving the MCP session.
When should I use Reddit MCP server?
Use it when researching subreddits during growth planning, preparing launch or support comments, or automating authenticated posts after you configure app credentials and account secrets.
How do I add Reddit MCP server to my agent?
Add the npm reddit-mcp-server MCP entry with stdio transport, set REDDIT_CLIENT_ID and REDDIT_CLIENT_SECRET for higher limits, supply REDDIT_USERNAME and REDDIT_PASSWORD for writes, and tune REDDIT_AUTH_MODE and REDDIT_SAFE_MODE in your client config.