adhikasp/mcp-reddit

A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.

417 ★52 forksPythonUpdated 1y ago

What you need to know

Minimal MCP server that provides tools for fetching and analyzing Reddit content: hot threads from any subreddit, detailed post content including comments, and support for text, link, and gallery post types.

Install

npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude  (Smithery auto-install for Claude Desktop)
Manual: {"reddit": {"command": "uvx", "args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"], "env": {}}}

Usage

  • fetch_hot_threads with a subreddit argument returns the latest hot threads (see example: r/victoria3)
  • Get detailed post content including comments for a deeper read
  • Handles different post types: text, link, gallery

Key features

  • Fetch hot threads from any subreddit
  • Detailed post content including comments
  • Supports multiple post types (text, link, gallery)
  • Listed on Smithery and Glama for easy discovery/installation

Best for

Letting an LLM pull and summarize current Reddit discussions (hot threads and comments) from any subreddit.

Caveats

  • README is very minimal; no authentication, rate-limit, or Reddit-API details are documented
  • No license or configuration options documented in the README
Clients: Claude Desktop · mcp-client-cli
Documentation ↗

Reviewed 2026-08-07

Topics

llmmcpmodel-context-protocolreddit
View on GitHub ↗
Stars
417★
Forks
52
Language
Python
License
MIT
Created
2024-12-20
Last push
2025-05-11