The short answer
- Reddit has no official MCP server. Every Reddit MCP is a third party.
- Since late 2025, all Reddit API access needs Reddit’s approval; self-service API keys are gone.
- Since mid-2026, unauthenticated requests get HTTP 403, which broke most free Reddit MCP servers or cut them back to RSS at about one request a minute.
- What still works: servers with existing OAuth credentials, a few hosted services, and research tools that read Reddit for you.
Current as of September 21, 2026.
Most "Reddit MCP" guides were written before Reddit changed its API rules twice in a year. The servers they recommend install fine and then return errors, or return a thin RSS feed with no scores and no comments. This guide is about what works now. If Reddit Ads is the job, go to Reddit Ads over MCP.
What changed, and why servers broke
Two changes, a few months apart.
- Approval before access (late 2025). Reddit’s Responsible Builder Policy says you must request access and get explicit approval before accessing any Reddit data. Self-service app creation closed, so the "create an app at /prefs/apps" step in most READMEs no longer works for new developers. Apps created earlier keep working.
- No more anonymous requests (mid-2026). Reddit’s Data API wiki says traffic not using OAuth or login credentials will be blocked. Servers that read
.jsonendpoints anonymously now get HTTP 403 — the failure reported on eliasbiondo/reddit-mcp-server and others.
The rules that apply once you are in are worth knowing too: 100 queries per minute per OAuth client, no training of AI models on Reddit data, commercial use only under an agreement with Reddit (Reddit’s developer terms), and removed content must be deleted from what you store. The policy names "bots, AI agents, or non-human operated accounts" explicitly.
The open-source Reddit MCP servers
| Server | Tools | Auth | Writes | State in 2026 |
|---|---|---|---|---|
| karanb192/reddit-mcp-buddy | Browse, search, post details, user analysis | None (RSS) or OAuth credentials | No | Maintained; browse-only without credentials |
| jordanburke/reddit-mcp-server | 10 read, 8 write | OAuth, or RSS without it; password to write | Posts, replies, edits, deletes | Maintained; safe mode and a bot-disclosure footer |
| dialog-tools/reddit-research-mcp | Semantic search across 20,000+ subreddits | Hosted sign-in; no Reddit key | No | Maintained; free |
| Arindam200/reddit-mcp | Read, post, reply | OAuth; password to write | Posts and replies | Needs pre-existing credentials |
| Hawstein/mcp-server-reddit | Eight read tools | Anonymous | No | Relies on the anonymous access Reddit now blocks |
| adhikasp/mcp-reddit | Hot threads, post content | Optional credentials | No | No commits since May 2025 |
Reddit MCP Buddy is the one most people find first, and it is well made: read-only by design, with a fallback when Reddit refuses JSON. Without credentials, though, only subreddit browsing works, served from RSS, with scores and comment counts missing and Reddit throttling feeds per IP. Its setup still points at self-service app creation, which new developers can no longer use.
jordanburke/reddit-mcp-server is the most complete, and writes: posts, replies, edits and deletes, with a spam-protection safe mode and an optional bot-disclosure footer. Full access needs OAuth credentials from an existing Reddit app; without them it falls back to RSS.
Hosted options
| Service | What it does | Notes |
|---|---|---|
| Composio | 22 tools: read, post, comment, edit, delete | Its own Reddit app; free tier 100,000 calls a month |
| Zapier | Create posts and comments; watch subreddits and searches | Two tasks per tool call |
| Pipedream | Search posts, list comments, submit posts and comments | Billed in Pipedream credits |
| Gumloop | Search and monitor subreddits; post and comment | Price not published |
| Apify scraper | Posts and comments without logging in | About $3.40 per 1,000 results; scraping |
A caution on the last row and on "search engine as Reddit" workarounds. In October 2025 Reddit sued Perplexity, SerpApi, Oxylabs and AWMProxy, alleging they scraped Reddit content through Google search results. For anything commercial, use a route with Reddit’s permission behind it.
About posting through an agent
Reading Reddit is where the value is. Posting is where accounts end. The Responsible Builder Policy forbids vote manipulation and treats identical or substantially similar posts across subreddits as spam, and many subreddits ban self-promotion outright. An agent posting on your behalf is exactly the pattern both are built to catch. If you want to reach Reddit users with a message, that is what Reddit Ads is for.
What marketers use a Reddit MCP for
- Pain language. The exact words people use to describe the problem your product solves — the raw material for ad hooks and landing page headlines.
- Competitor sentiment. What people say about the alternatives when nobody is selling to them.
- Launch reaction. How a launch, a price change or a campaign is landing, subreddit by subreddit.
- Community mapping. Which subreddits your audience actually spends time in, and which are worth targeting with ads.
Reddit in Claude and ChatGPT, through Sprites
Sprites is an AI marketing agent with its own MCP server, and Reddit is covered two ways.
- Research. Ask for the hooks, pain points or objections in a market, and Sprites searches Reddit threads and reads their comments, then returns ranked pain-point themes with verbatim quotes, audience personas and ad hooks built from real phrasing. There is no Reddit app to create and no credential to hold on your side.
- Reddit Ads. Campaigns, ad groups, ads and subreddit targeting, read and changed through one endpoint alongside Google, Meta, LinkedIn and TikTok, with every change held as an approval card. Reddit Ads is on the Grow plan and above; the setup is on the Reddit Ads MCP page.
It does not post or comment on Reddit for you, for the reasons above.
Related
- LinkedIn MCP: the other network with no public server
- Every ad platform’s MCP server
- The best MCP servers for marketers, by job
Reddit MCP questions
Is there an official Reddit MCP server?
No. Reddit has not published or announced an MCP server. Every Reddit MCP server is a third party, and since late 2025 each one needs Reddit API access that Reddit approves case by case.
Why did my Reddit MCP server stop working?
Most likely because Reddit now refuses requests that are not authenticated. Servers that read Reddit anonymously started returning HTTP 403 in mid-2026. The ones that still work either use an existing Reddit app’s OAuth credentials or fall back to RSS, which is slow and carries no scores.
Can I still create a Reddit API key for an MCP server?
Not self-service. Reddit’s Responsible Builder Policy requires you to request access and get explicit approval before accessing any Reddit data. Apps created before the change keep working; new ones go through review.
What is Reddit MCP Buddy?
karanb192/reddit-mcp-buddy, one of the most widely used Reddit MCP servers. It is read-only, with tools to browse subreddits, search, read posts and analyse users. Without credentials only subreddit browsing works, served from RSS; search and full post details need Reddit API credentials.
Can a Reddit MCP server post for me?
Some can — jordanburke/reddit-mcp-server, Composio, Zapier and Pipedream all post or comment. Reddit’s Responsible Builder Policy treats identical or near-identical posts across subreddits as spam, and AI agents are named in it, so posting through an agent is where accounts get banned.
What is the Reddit API rate limit?
100 queries per minute per OAuth client id, averaged over ten minutes. Traffic that does not use OAuth is blocked.
Is there a Reddit Ads MCP server?
Not from Reddit. Third-party options include Sprites, which reads and changes Reddit campaigns with every change held for approval, Pipeboard, and read-only reporting from Supermetrics and Windsor.ai. The comparison is on the Reddit Ads MCP page.