Skip to main content
📖 The AI Tool Bible

Reddit MCP (adhikasp/mcp-reddit)

MCP server that lets Claude and other LLM clients fetch and analyse Reddit threads

Free· Free and open source (MIT). No paid tier. You run it locally; Reddit's public JSON endpoints are hit unauthenticated, subject to Reddit rate limits.MCP Servers
Visit website →
Best for

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.

Skip if

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.

Editor's take

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

Subreddit hot-thread summarisationCommunity sentiment monitoringProduct feedback harvesting from niche subredditsCompetitive intelligence on brand mentionsResearch assistant grounding on live discussionsDaily digest of r/LocalLLaMA or r/programmingComment-thread analysis for a specific postPrep material before drafting a Reddit reply

Explore related

Compare with similar tools

All in MCP Servers

Airtable MCP Server

MCP Servers

Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.

Free· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).Natural-language CRM queries against AirtableLLM-driven lead triage and enrichment

Apple Notes MCP

MCP Servers

Let Claude read your local Apple Notes over the Model Context Protocol.

Free· Free / open-source (MIT). No hosted service; runs locally on your Mac.Personal knowledge retrieval from Apple NotesSearching decade-old meeting notes during a Claude chat

AWS MCP Servers

MCP Servers

Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.

Free· Free and open source (Apache 2.0). AWS service usage billed at standard AWS rates. Optional AWS-hosted 'remote managed' servers included at no additional charge beyond consumed AWS services.AWS infrastructure-as-code scaffolding with CDK or CloudFormationGrounded answers from live AWS documentation

Azure MCP Server

MCP Servers

Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.

Free· Server is free and MIT-licensed. Azure resource usage is billed separately at standard Azure rates based on whatever services the agent queries or mutates.Natural-language Azure resource inventoryLog Analytics and Kusto (KQL) querying from an agent

Blender MCP

MCP Servers · Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client

Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.

Free· Free and open-source (MIT license). No hosted service, no subscription; you supply your own MCP-capable client (Claude Desktop, Cursor, VS Code, OpenCode) and pay only for whatever LLM the client uses.AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D Rodin

Brave Search MCP

MCP Servers

Give any MCP client web and local search powered by the Brave Search API.

Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/monthGrounded web search inside Claude DesktopAgent fact-checking and citation lookup