A Model Context Protocol (MCP) server for Reddit with full read AND write operations - create posts, reply, edit, and delete content.
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"reddit-mcp-server"
]
}
}
}