Reddit-MCP-Server

Simonc44/Reddit-MCP-Server
★ 1 stars Python AI/LLM Updated today
A Model Context Protocol (MCP) server that lets AI assistants like Claude search, browse, and analyze Reddit in real-time using Playwright web scraping.
View on GitHub → 🔍 Audit Wallet Slippage →

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