mcp-server-reddit

Hawstein/mcp-server-reddit
★ 149 stars Python 🔌 API Integration Updated 1mo ago
A Model Context Protocol (MCP) server that provides tools for fetching Reddit content, including frontpage posts, subreddit information and hot posts, post details, and comments.
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": {
    "mcp-server-reddit": {
      "command": "uvx",
      "args": [
        "mcp-server-reddit"
      ]
    }
  }
}

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