by MCP Community
A Model Context Protocol (MCP) server for Reddit with full read AND write operations - create posts, reply, edit, and delete content.
v1.4.4Added Apr 12, 2026
mcpredditapimodel-context-protocolclaude
Reddit MCP Server
A Model Context Protocol (MCP) server for Reddit with full read AND write operations - create posts, reply, edit, and delete content.
Installation
npx -y reddit-mcp-server
Reviews
Installation
Quick install
npx -y reddit-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "reddit-mcp-server"]
}
}
}