reddit-mcp-server

eliasbiondo/reddit-mcp-server
★ 131 stars Python 🔒 Security Updated 18d ago
🔗 A zero-config Model Context Protocol (MCP) server for Reddit — search posts, browse subreddits, scrape user activity, and get structured data via any MCP-compatible AI client. No API keys or authentication needed.
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-server": {
      "command": "uvx",
      "args": [
        "reddit-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install reddit-mcp-server