reddit-mcp

wrxck/reddit-mcp
★ 13 stars Java 🤖 AI/LLM Updated 18d ago
MCP server for Reddit — browse, search, read, post, comment, vote, and save from Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wrxck/reddit-mcp"
      ]
    }
  }
}