A Model Context Protocol (MCP) server for Reddit with full read AND write operations - create posts, reply, edit, and delete content.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.HOSTOAUTH_ENABLED— export =trueOAUTH_TOKEN— export =$(npx reddit-mcp-server --generate-token tail -1)PORT— TRANSPORT_TYPE=httpStream =3000 node dist/index.jsREDDIT_AUTH_MODE— No auto Authentication mode: auto, authenticated, anonymousREDDIT_BOT_DISCLOSURE— No off Bot disclosure footer: auto, offREDDIT_BOT_FOOTER— No Built-in Custom bot footer text (when disclosure is auto)REDDIT_CACHE— No on In-memory caching of read requests: on, offREDDIT_CACHE_MAX_MB— No 50 Cache size cap in MB (LRU eviction beyond this)REDDIT_CLIENT_ID— No\ - Reddit app client IDREDDIT_CLIENT_SECRET— No\ - Reddit app client secretREDDIT_PASSWORD— No - Reddit password (for write operations)REDDIT_SAFE_MODE— No standard Write safeguards: off, standard, strictREDDIT_USERNAME— No - Reddit username (for write operations)REDDIT_USER_AGENT— No Auto-generated Custom User-Agent stringTRANSPORT_TYPE— httpStream PORT=3000 node dist/index.js[](https://m8ven.ai/mcp/reddit-mcp-server-fka79y)