Reddit MCP Server
Allows searching posts, monitoring subreddits, reading comments, and scanning multiple communities for keyword matches through the Reddit API.
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 MCP Serversearch for 'MCP server' in r/programming"
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 MCP Server
An MCP server that connects to the Reddit API, letting Claude search posts, monitor subreddits, read comments, and scan multiple communities for keyword matches — all through structured tools.
Setup (5 minutes)
Step 1: Create a Reddit App
Click "create another app..." at the bottom
Fill in:
name:
framez-mcp(or whatever you like)type: Select "script"
redirect uri:
http://localhost:8080(required but not used)
Click Create app
Note your client ID (the string under the app name) and secret
Step 2: Add to Claude Desktop
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"reddit": {
"command": "node",
"args": ["/path/to/reddit-mcp-server/dist/index.js"],
"env": {
"REDDIT_CLIENT_ID": "your_client_id_here",
"REDDIT_CLIENT_SECRET": "your_secret_here",
"REDDIT_USERNAME": "your_reddit_username",
"REDDIT_PASSWORD": "your_reddit_password"
}
}
}
}Replace /path/to/reddit-mcp-server with the actual path where you saved this folder.
Step 3: Restart Claude Desktop
Close and reopen Claude Desktop. The Reddit tools should appear.
Related MCP server: Reddit MCP Server
Available Tools
Tool | What it does |
| Fetch posts from a subreddit (hot/new/top/rising) |
| Search posts by keyword, optionally within a subreddit |
| Read comments on a specific post |
| Scan multiple subreddits for posts matching keywords |
Usage Examples
Weekly Framez digest:
reddit_monitor_subreddits({
subreddits: ["nursing", "instructionaldesign", "humanresources", "compliance", "healthIT", "elearning", "govtech"],
keywords: ["compliance", "training", "onboarding", "policy", "video", "outdated", "audit", "LMS", "content update"],
time: "week",
limit_per_sub: 50
})Search for competitor mentions:
reddit_search_posts({
query: "Panopto OR Cornerstone OR Gong compliance training",
time: "month",
sort: "relevance"
})Read a specific discussion:
reddit_get_comments({
subreddit: "nursing",
post_id: "1j8k3f2",
sort: "best",
limit: 30
})Rate Limits
Reddit allows 60 requests per minute for OAuth2 script apps. The monitor tool makes 1 request per subreddit, so scanning 7 subreddits uses 7 of your 60 requests.
reddit-mcp-server
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
- Flicense-qualityDmaintenanceProvides AI assistants with read-only access to Reddit's API for browsing subreddits, reading posts and comments, searching Reddit, and retrieving user/subreddit information. Enables safe exploration of Reddit content without posting capabilities through natural language interactions.Last updated
- Alicense-qualityDmaintenanceEnables AI agents to search, monitor, and analyze Reddit's communities and discussions through authenticated API access with intelligent caching and rate limiting.Last updatedMIT
- 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
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.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
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/vnnivas/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server