MCP Catalogs
Home

mcp-reddit

by adhikasp·400·Score 44

MCP server for fetching and analyzing Reddit content with support for different post types.

social-mediaweb-scrapingai-llm
52
Forks
7
Open issues
12 mo ago
Last commit
2d ago
Indexed

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:

you:Content researchers gathering discussions from specific subreddits
you:Social media analysts tracking trends and sentiment
you:Community managers monitoring mentions and feedback
you:What types of Reddit posts does this server support?
you:Can I fetch comments from Reddit posts?

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 README
  • fetch_hot_threads

    Fetch 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

reddit-api-mcpsocial-media-mcpweb-content-mcp

Installation

Installing via Smithery

npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude

Manual 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.