Claude can't access Reddit on its own because Reddit locked down free programmatic access in 2023 and, per public reporting, now licenses its data through paid partnerships that Anthropic has not been reported to hold — and, as of mid-2025, is being sued over. Ask Claude or Claude Desktop about a specific Reddit thread and it'll either say it can't check, or return something stale or incomplete if it tries to browse. There's a fix below that takes about five minutes, for whichever Claude surface you use.
Why doesn't Claude have Reddit access?
In 2023, Reddit locked down free programmatic access to its data — widely reported at the time as part of a shift toward monetizing the content used to train AI models. Since then, public reporting has described paid data-licensing partnerships between Reddit and large AI companies: reportedly a multi-year deal with Google worth on the order of $60 million a year, and a separate content-licensing partnership with OpenAI announced the same year. No comparable licensing arrangement between Reddit and Anthropic has been publicly reported.
It goes further than a missing deal, though. Reddit sued Anthropic in June 2025, reported by Reuters, Bloomberg, CNBC, and NBC News, alleging Anthropic made over 100,000 unauthorized requests to Reddit's servers to train Claude — circumventing Reddit's robots.txt, per the complaint, despite reportedly telling Reddit the year before that its bots had been blocked from the platform. Anthropic has publicly disputed the claims (“we disagree with Reddit's claims and will defend ourselves vigorously”), and the case is a legal dispute, not a settled fact. But it explains why “Anthropic just needs to sign a deal like Google and OpenAI did” understates the situation — the relationship is reportedly adversarial right now, not just undocumented.
The lockdown has kept tightening since, on multiple fronts at once. Reddit's free OAuth tier still technically exists, but reported self-service app registration closed in late 2025 — every new key, free tier included, now goes through a manual review that can take weeks. And the informal fallback developers used for years — appending .json to a Reddit URL for unauthenticated access — stopped working entirely on 2026-05-30; every unauthenticated request now returns a flat 403. (Full story on that one.) None of these paths were ever built for an AI agent specifically, and one by one they've closed.
How do I connect Claude Desktop to Reddit?
Settings → Customize → Connectors → Add custom connector — fill in a name and https://api.threadsnoop.com/mcp as the remote MCP server URL, leave OAuth Client ID/Secret blank, and click Add. Claude registers itself automatically; sign in and click Allow on the consent screen. No config file, no key to create first. Full walkthrough: connecting Reddit to Claude Desktop.
A tools icon appears in the composer — Claude can now search Reddit posts and comments, pull comment trees, and check subreddit rules when you ask it to. Verify it's actually connected by asking “Check my ThreadSnoop credits” — free, and confirms the whole chain end to end before you rely on it.
What about claude.ai on the web?
Same OAuth flow as Desktop, different menu: Settings → Connectors → Add custom connector, same URL, same automatic registration, same consent screen. No x-api-key header involved on either surface — that's specific to Claude Code below. Full walkthrough: connecting Reddit to claude.ai web.
What about Claude Code?
Using Claude Code specifically — the terminal agent, not Desktop — one command does the same thing:
claude mcp add --transport http threadsnoop https://api.threadsnoop.com/mcp \
--header "x-api-key: YOUR_KEY"Claude Code also has a second, no-MCP option — calling the same API straight off its OpenAPI spec, no server or config block involved: giving Claude Code access via an OpenAPI spec.
What if I'm not using Claude specifically?
The same MCP server works from Cursor, and likely any other MCP-compatible agent — Settings → Tools & MCP → “+ New MCP Server”, paste the config, done. Full walkthrough: connecting Reddit to Cursor. Not a Claude-only fix, in other words — the underlying problem (Reddit locked down free access) and the underlying fix (a real, paid API) are the same regardless of which agent you're asking.
Whichever path you use, it starts with a key: new accounts get 1,000 free Reddit searches with no card required, which is enough to test this on a real subreddit before deciding whether to keep it connected.
Frequently asked questions
Why can't Claude read Reddit threads directly?
Reddit locked down free programmatic access in 2023, and public reporting since has described paid data-licensing partnerships with large AI companies — reportedly including Google and OpenAI. No comparable arrangement between Reddit and Anthropic has been publicly reported. Reddit also sued Anthropic in June 2025 (reported by Reuters, Bloomberg, CNBC, and NBC News), alleging over 100,000 unauthorized requests to train Claude -- Anthropic disputes the claims, and the case remains an active legal dispute, not a settled fact.
Can Claude browse reddit.com instead?
Generally not usefully — you'll typically get a refusal, a stale result, or something incomplete. Live browsing isn't a substitute for a real API, and Reddit's own access restrictions apply regardless of how Claude tries to reach it.
Didn't people used to just append .json to a Reddit URL to get around this?
That trick existed, but Reddit deprecated unauthenticated .json access on 2026-05-30 -- it now returns a flat 403, not a rate limit. It's gone as a workaround, for scripts and AI agents specifically (a logged-in human browser session reportedly still works).
How do I fix this for Claude Desktop, claude.ai web, or Claude Code specifically?
Claude Desktop and claude.ai web use the same OAuth connector flow (Settings -> Connectors -> Add custom connector, different menu location on each) -- no key to create beforehand. Claude Code uses one terminal command (claude mcp add) or, alternatively, calls the API's OpenAPI spec directly with no MCP server involved.
Does this only work for Claude?
No -- the same MCP server works from Cursor and any other MCP-compatible agent. The underlying problem (Reddit locked down free access) and the fix (a real, paid API) are the same regardless of which agent is asking.
Connect Claude to Reddit for real
One config block or command, a free key, and Claude can search Reddit. 1,000 Reddit searches on us, no card required.
1,000 free Reddit searches on signup, no card required.
