reddit-search
Provides tools for searching Reddit posts globally or within specific subreddits, retrieving recent posts from a subreddit, and fetching top-level comments from specific posts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reddit-searchfind the most popular posts on r/rust this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reddit-search
MCP server for searching Reddit. No API key required.
Tools
search
Search Reddit posts globally or within a subreddit.
query — Search query. Use
subreddit:NAMEprefix to limit to a subreddit.sort — Sort order:
relevance,hot,top,new,comments(default: relevance).time — Time filter:
hour,day,week,month,year,all(default: week).limit — Number of results (1–100, default 10).
subreddit_posts
Get recent posts from a specific subreddit.
subreddit — Subreddit name (without r/ prefix).
sort — Sort order:
hot,new,top,rising(default: hot).time — Time filter for
topsort (default: week).limit — Number of results (1–100, default 10).
post_comments
Get comments from a specific Reddit post.
url — Reddit post URL or permalink.
sort — Comment sort:
confidence,top,new,controversial,old,qa(default: top).limit — Number of top-level comments (1–100, default 20).
Related MCP server: Reddit Buddy MCP
Setup
npm installNo API key needed. Uses Reddit's public JSON endpoints (~10 requests/minute).
Usage
npm startThe server runs on stdio using the Model Context Protocol.
MCP configuration
Add to your .mcp.json:
"reddit-search": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/path/to/reddit-search"
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables browsing and searching Reddit content through read-only tools that access Reddit's official API. Supports searching posts, retrieving subreddit information, fetching hot posts, and getting detailed post information.Last updated54MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to browse Reddit, search posts, analyze user activity, and fetch comments without requiring API keys. Features smart caching, clean data responses, and optional authentication for higher rate limits.Last updated252,613770MIT
- Alicense-quality-maintenanceEnables AI assistants to interact with Reddit by searching subreddits, retrieving hot posts, and fetching detailed post information with comments through the Reddit API.Last updated
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Reddit data for searching, browsing subreddits, and retrieving post details or user activity without requiring API keys. It enables tools to fetch content, nested comment trees, and public user feeds directly through the Model Context Protocol.Last updated6144MIT
Related MCP Connectors
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uniteum/reddit-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server