mcp-reddit
by adhikasp·★ 400·Score 44
MCP server for fetching and analyzing Reddit content with support for different post types.
Overview
The MCP Reddit Server provides tools for fetching and analyzing Reddit content, including hot threads from any subreddit and detailed post content with comments. It supports various post types such as text, links, and galleries. The server appears to be well-maintained with regular updates and provides both automatic installation via Smithery and manual installation options.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need to analyze Reddit content as part of your AI workflow, especially for trending topics or community sentiment analysis.
When NOT to choose this
Don't choose this if you need access to private subreddits or require advanced Reddit features not covered by the server's toolset.
Tools this server exposes
1 tool extracted from the READMEfetch_hot_threadsFetch hot threads from any subreddit
Note: Only one tool is clearly documented in the README example. The 'get detailed post content' mentioned in features may be another tool, but its exact name is not provided.
Comparable tools
Installation
Installing via Smithery
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claudeManual Installation
{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}FAQ
- What types of Reddit posts does this server support?
- The server supports different post types including text posts, links, and galleries.
- Can I fetch comments from Reddit posts?
- Yes, the server can get detailed post content including comments.
Compare mcp-reddit with
Last updated · Auto-generated from public README + GitHub signals.