Home › Communication › reddit-mcp-server
reddit-mcp-server
Reddit MCP server with full read/write - posts, comments, search, and content creation.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.6.2)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"reddit-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"REDDIT_CLIENT_ID": "<YOUR_VALUE>",
"REDDIT_CLIENT_SECRET": "<YOUR_VALUE>",
"REDDIT_USERNAME": "<YOUR_VALUE>",
"REDDIT_PASSWORD": "<YOUR_VALUE>",
"REDDIT_AUTH_MODE": "<YOUR_VALUE>",
"REDDIT_SAFE_MODE": "<YOUR_VALUE>",
"REDDIT_BOT_DISCLOSURE": "<YOUR_VALUE>",
"REDDIT_BOT_FOOTER": "<YOUR_VALUE>"
}
}
}
}
REDDIT_CLIENT_ID— Reddit app client ID (optional - enables higher rate limits)REDDIT_CLIENT_SECRETsecret — Reddit app client secretREDDIT_USERNAME— Reddit username (required for write operations)REDDIT_PASSWORDsecret — Reddit password (required for write operations)REDDIT_AUTH_MODE— Authentication mode: auto, authenticated, or anonymousREDDIT_SAFE_MODE— Write safeguards: off, standard (default), or strictREDDIT_BOT_DISCLOSURE— Bot disclosure footer: auto or off (default)REDDIT_BOT_FOOTER— Custom bot footer text (used with REDDIT_BOT_DISCLOSURE=auto)
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry