Reddit MCP (adhikasp/mcp-reddit)
MCP server that lets Claude and other LLM clients fetch and analyse Reddit threads
Developers and researchers who already use an MCP-capable assistant and want the model to pull live subreddit discussions into a session without wiring up the Reddit API themselves.
Teams that need to write to Reddit, run scheduled scrapes at scale, do historical/full-text search, or comply with a formal Reddit API data-use agreement.
mcp-reddit is a small, focused Model Context Protocol server that exposes Reddit as a tool surface to any MCP-compatible LLM client — Claude Desktop, Cursor, mcp-client-cli, Continue, and the growing set of hosts that speak MCP. Written in Python and installable in one line via uvx or Smithery, it lets an assistant pull hot threads from any subreddit and drill into individual posts with their full comment tree, so the model can summarise discussions, extract sentiment, watch a community, or answer 'what is r/foo currently arguing about'.
The server ships a handful of tools built on Reddit's public JSON endpoints. `fetch_hot_threads` takes a subreddit name and returns the top posts of the moment; a post-detail tool returns the body plus nested comments; text, link and gallery post types are all handled. Because it runs locally next to your client, there is no third-party middleman seeing your prompts, and there is no login flow — it reads what a signed-out browser could read.
Typical workflows: pointing Claude at r/LocalLLaMA before writing a hardware post, catching up on r/programming during standup, harvesting product feedback out of a niche subreddit, monitoring competitor mentions, or feeding a research agent the raw substrate of an ongoing community debate. It pairs well with a summarisation prompt or a longer agent chain that then writes a digest or a reply draft.
It is deliberately a thin adapter, not a Reddit client — no posting, no voting, no moderation actions, no OAuth account flows, no historical search. For read-only situational awareness inside an LLM session, that constraint is the point: install in seconds, no keys to manage, no attack surface to worry about.
This is exactly the shape an MCP server should take: one job, no config, no account. If your assistant already speaks MCP, adding Reddit as a readable surface is a two-minute upgrade with essentially no downside. Just do not mistake it for a Reddit automation tool — it reads, it does not write, and heavy polling will meet Reddit's unauthenticated rate limits fast.
— The AI Tool Bible editorial team
Pros
- ✅ One-line install via Smithery or uvx; no API keys or OAuth to configure
- ✅ Open source under MIT, ~400 GitHub stars, actively maintained by the author
- ✅ Works with any MCP host — Claude Desktop, Cursor, mcp-client-cli, Continue, etc.
- ✅ Handles text, link and gallery post types, plus nested comment threads
- ✅ Runs locally, so prompts and fetched content never touch a third-party service
- ✅ Tiny surface area makes it easy to audit, fork, or extend
Cons
- ⚠️ Read-only — cannot post, comment, vote, or perform moderation actions
- ⚠️ Uses Reddit's public JSON endpoints unauthenticated, so it inherits their rate limits and can be blocked on heavy use
- ⚠️ No historical or full-text search across Reddit; scope is hot threads and specific posts
- ⚠️ Requires a working Python/uv toolchain and a client that already speaks MCP
- ⚠️ Not an official Reddit product, so any Reddit API policy change can break it without warning
Use cases
Explore related
Compare with similar tools
All in MCP Servers →Airtable MCP Server
Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.
Apple Notes MCP
Let Claude read your local Apple Notes over the Model Context Protocol.
AWS MCP Servers
Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.
Azure MCP Server
Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.
Blender MCP
Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.
Brave Search MCP
Give any MCP client web and local search powered by the Brave Search API.