Search Reddit, read subreddit feeds, comments and user history as structured JSON — fresh, up-to-the-minute data with no API key, no login, no proxy, and no 403 errors. A Reddit MCP server for AI agents: connect Claude, Cursor, or ChatGPT and let the model search Reddit itself.
Overview
Reddit Search AI — Reddit MCP Server
Search Reddit, browse subreddit feeds, extract comments and user history as clean JSON — no Reddit API key, no login, no proxy, no 403. Fresh, up-to-the-minute data.
Tools
search_reddit— search posts by keyword (scope with a subreddit)get_subreddit_posts— latest posts from a subredditget_post_with_comments— a post + its comment threadget_user_posts/get_user_comments— a user's activity
Connect (Streamable HTTP)
{
"mcpServers": {
"reddit-search-ai": {
"type": "streamable-http",
"url": "https://opportunity-biz--reddit-scraper.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}
Get your token from Apify Console → Settings → Integrations. Full details: https://apify.com/opportunity-biz/reddit-scraper
Server Config
{
"mcpServers": {
"reddit-search-ai": {
"type": "streamable-http",
"url": "https://opportunity-biz--reddit-scraper.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}