reddit-mcp-server

ismailsaoulaj/reddit-mcp-server
★ 3 stars Python AI/LLM Updated 2d ago
A production-grade Model Context Protocol (MCP) server. Empowers AI assistants (Claude, Cursor) to search, fetch, and analyze Reddit discussions with resilient rate-limiting and smart LLM noise filtering.
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

Topics

ai-agentsclaude-codecursorfastmcpllmmcpmodel-context-protocolpythonredditreddit-apireddit-scraper