By rrajasek95
Search Reddit posts and comments across subreddits. No API keys required.
MCP server for accessing Reddit posts and comments. Searches across subreddits, fetches comment threads, and returns structured data ready for downstream analysis.
No API keys required. Uses a hybrid backend:
# Add the marketplace (one-time)
claude plugin marketplace add rrajasek95/reddit-data-mcp
# Install the plugin
claude plugin install reddit-data-mcp@reddit-data-mcp
git clone https://github.com/rrajasek95/reddit-data-mcp.git
cd reddit-data-mcp/server
uv sync
uv run python server.py
Or add to .claude/settings.json:
{
"mcpServers": {
"reddit": {
"command": "uv",
"args": ["run", "--directory", "/path/to/reddit-data-mcp/server", "python", "server.py"]
}
}
}
One tool: search
search(query, subreddit?, sort="score", time_filter="all", limit=10, include_comments=False, comments_per_post=5, max_text=2000)
Always provide a subreddit when possible — this routes through Arctic-Shift (fast, no rate limits). Omitting subreddit forces a rate-limited global Reddit search.
Parameters:
| Parameter | Default | Description |
|---|---|---|
query | required | Search terms (empty string to browse a subreddit) |
subreddit | all | Target subreddit (strongly recommended) |
sort | score | score, num_comments, or created_utc |
time_filter | all | all, day, week, month, year |
limit | 10 | Number of posts (1-100) |
include_comments | False | Fetch top comments per post |
comments_per_post | 5 | Comments per post when enabled |
max_text | 2000 | Max chars for post/comment text (0 = no limit) |
log(num_comments + 1) × upvote_ratio) since archival scores are ingest-time snapshots. Falls back to Reddit .json if Arctic-Shift returns nothing..json API with a token-bucket rate limiter (3 req/min, random jitter).Each result includes a Source: reddit or Source: arctic-shift indicator.
MIT
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rrajasek95/reddit-data-mcp --plugin reddit-data-mcpWeb search, content extraction, and research tools for Claude Code. Search the web, Reddit, Hacker News, GitHub, X/Twitter, Wikipedia, arXiv, and more — all from your Claude session.
9 research tools: 5-engine web search, 9 social platforms, 5 news sources, 5 academic databases, GitHub, website mapping, document analysis, and research topic synthesis. No API keys required. Deterministic outputs for agent chaining.
MCP server configuration for Reddit integration providing frontpage posts, subreddit information, hot/new/top/rising posts, and comment retrieval via uvx mcp-server-reddit.
Reddit Community Builder subagent
Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.
Platform-specific access strategies for AI agents — auto-bypasses blocked sites (X/Twitter, Reddit, Stack Overflow, Naver, Coupang, LinkedIn) without API keys. Phase 0→3 adaptive scheduler with curl_cffi TLS impersonation and auto dependency install.