adhikasp/mcp-reddit
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
Overview
adhikasp/mcp-reddit is a Python MCP server licensed under MIT. A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content. Topics: llm, mcp, model-context-protocol, reddit.
Ranked #10773 out of 25632 indexed tools.
Ecosystem
Python MIT
llmmcpmodel-context-protocolreddit
Signal Breakdown
Stars 367
Freshness 10mo ago
Issue Health 0%
Contributors 4
Dependents 0
Forks 53
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# MCP Reddit Server
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides tools for fetching and analyzing Reddit content.
<a href="https://glama.ai/mcp/servers/3cg9gdyors"></a>
## Features
- Fetch hot threads from any subreddit
- Get detailed post content including comments
- Support for different post types (text, link, gallery)
## Installation
### Installing via Smithery
To install Reddit Content for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@adhikasp/mcp-reddit):
```bash
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
```
### Manual Installation
```json
{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}
```
## Usage
Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli):
```
$ llm what are latest hot thread in r/victoria3
I'll fetch the latest hot threads from the Victoria Read full README on GitHub →
Are you the maintainer? Claim this listing