mcp-reddit

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

63
5

MCP Reddit Server

smithery badge

This is a Model Context Protocol (MCP) server designed to fetch and analyze Reddit content, enabling integration with tools like Claude.

<a href="https://glama.ai/mcp/servers/3cg9gdyors"><img width="380" height="200" src="https://glama.ai/mcp/servers/3cg9gdyors/badge" alt="mcp-reddit MCP server" /></a>

Features

  • Fetches hot threads from any subreddit.
  • Retrieves detailed post content, including comments.
  • Supports various post types like text, links, and galleries.

Installation

Installing via Smithery

Install Reddit Content for Claude Desktop automatically using Smithery:

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

Manual Installation

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

Usage

Using mcp-client-cli, you can query Reddit data. For example:

$ llm what are latest hot thread in r/victoria3

This command fetches and summarizes the latest hot threads from the Victoria 3 subreddit, providing key highlights and community discussions. The server can elaborate on specific points or provide more details as needed.

Repository

AD
adhikasp

adhikasp/mcp-reddit

Created

December 20, 2024

Updated

March 28, 2025

Language

Python

Category

AI