reddit-mcp

daanrongen/reddit-mcp
★ 0 stars TypeScript 📁 File System Updated today
MCP server for Reddit — search posts and subreddits, browse comments, read user profiles, and submit content over stdio
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",
        "daanrongen/reddit-mcp"
      ]
    }
  }
}