social
Reddit MCP Server
Community MCP server for Reddit. Fetch hot threads, read full post content with comments, and monitor subreddits for market research and brand mentions from Claude.
Pricing: free — Free. Uses Reddit's public API — no API key or account needed.
Features
- Fetch hot and trending threads from any subreddit
- Get detailed post content with full comment threads
- Support for text, link, and gallery post types
- Monitor subreddits for brand mentions and trends
- Research competitor sentiment in niche communities
- No API key required — uses Reddit's public API
Setup Instructions
1. Quick install via Smithery:
``
bash
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
`
2. Or add manually to your Claude MCP settings:
`json
{
"mcpServers": {
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"]
}
}
}
``
3. Restart Claude and verify the connection
4. No API key or Reddit account requiredAdded: 2026-02-26