About
Overview
The Reddit MCP Server enables AI agents to interact with Reddit. It provides tools for browsing subreddits, reading posts and comments, searching content, and accessing user profiles. Useful for research, community monitoring, and content discovery.
Capabilities
Tools & Capabilities
⚡get_subreddit
Get posts from a subreddit
⚡get_post
Get a post and its comments
⚡search
Search across Reddit
⚡get_user
Get a user's profile and posts
Setup
Installation
bash
Install
npx -y mcp-server-redditExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "mcp-server-reddit"],
"env": {
"REDDIT_CLIENT_ID": "your-id",
"REDDIT_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 90
Last UpdatedFeb 12, 2026