# mcp-reddit

> MCP Server

This repository hosts an MCP server designed to fetch and analyze Reddit content, including hot threads and detailed post information from various subreddits. This repository hosts an MCP server designed

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 425
- **Forks:** 5
- **Owner:** adhikasp
- **GitHub:** https://github.com/adhikasp/mcp-reddit
- **Created:** 2024-12-20T13:21:47+00:00
- **Updated:** 2025-03-28T20:29:32+00:00
- **Source:** https://model-context-protocol.com/servers/reddit-content-analysis-model-context-protocol

## Setup

## Setup

### Installing via Smithery

To install Reddit Content for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@adhikasp/mcp-reddit):

```bash
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
```

### Manual Installation
```json
{
  "reddit": {
    "command": "uvx",
    "args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
    "env": {}
  }
}
```

## Tools

## Available Tools

1. Fetch hot threads from any subreddit (allows retrieval of popular discussions).
2. Get detailed post content including comments (provides comprehensive post information).
3. Support for different post types (text, link, gallery) (handles various content formats).
