Browse subreddits, read threads, search posts, and fetch comments from Reddit's public JSON API
35+ deploysConnect Reddit
6 tools ready — no API key needed
claude mcp add reddit --url https://datafaucet.dev/api/mcp/t/redditPaste in terminal, then ask your agent to use any Reddit tool.
get_subreddit_hot
Try →Get hot posts from a subreddit. Returns title, score, author, num_comments, url, selftext, created_utc for each post. Limit 1-100.
https://www.reddit.com/r/{subreddit}/hot.json?limit={limit}
get_subreddit_top
Try →Get top posts from a subreddit by timeframe (hour/day/week/month/year/all). Returns title, score, author, url, selftext. Limit 1-100.
https://www.reddit.com/r/{subreddit}/top.json?t={timeframe}&limit={limit}
get_reddit_comments
Try →Get all comments for a Reddit post. Returns nested comment tree with author, body, score, created_utc. Post ID is the alphanumeric string from the URL.
https://www.reddit.com/r/{subreddit}/comments/{post_id}.json
search_subreddit
Try →Search within a subreddit. Sort: relevance/hot/top/new/comments. Returns matching posts with title, score, url, selftext. Limit 1-100.
https://www.reddit.com/r/{subreddit}/search.json?q={query}&restrict_sr=1&sort={sort}&limit={limit}
get_subreddit_info
Try →Get subreddit metadata: description, subscriber count, rules, active users, created date. Use to understand a community before browsing.
https://www.reddit.com/r/{subreddit}/about.json
get_reddit_user
Try →Get Reddit user profile. Returns total karma, account age, post/comment karma breakdown, trophy case.
https://www.reddit.com/user/{username}/about.json
Run this in your terminal:
claude mcp add reddit https://datafaucet.dev/api/mcp/t/reddit
Connect Reddit to your AI agent in under 60 seconds. No account required.
This server runs live in our sandbox. Connect your AI agent directly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox
First thing to ask your AI
Live health check
{notion_token}) with your real credentialsReplace these placeholders with your real values before deploying:
{limit}Your value{post_id}Resource identifier{query}Your value{sort}Your value{subreddit}Your value{timeframe}Your value{username}Your valuePreview:
GET https://www.reddit.com/r/{subreddit}/hot.json?limit={limit}claude mcp add reddit --url https://datafaucet.dev/api/mcp/t/reddit
Paste into your client's MCP configuration file · most users connect in under 60s
claude mcp add reddit --url https://datafaucet.dev/api/mcp/t/redditWhat your AI agent sees
I have access to 6 tools from Reddit: get_subreddit_hot, get_subreddit_top, get_reddit_comments, and 3 more.
“Get hot posts from a subreddit. Returns title, score, author, num_comments, url, selftext, created_utc for each post. Limit 1-100.”
Calling get_subreddit_hot... Done. Here are the results.
Try these prompts
“Show me the hot posts in r/programming and summarize the top 3”
Copy“Search r/ClaudeAI for posts about MCP servers”
Copy“Get the top posts this week in r/machinelearning and identify trends”
CopyClick any prompt to copy, then paste into your AI client.