This repository hosts an MCP server designed to fetch and analyze Reddit content, including hot threads and detailed post information from various subreddits. This repository hosts an MCP server designed
This is a Model Context Protocol (MCP) server designed to fetch and analyze Reddit content, enabling integration with tools like Claude.
<a href="https://glama.ai/mcp/servers/3cg9gdyors"><img width="380" height="200" src="https://glama.ai/mcp/servers/3cg9gdyors/badge" alt="mcp-reddit MCP server" /></a>
Install Reddit Content for Claude Desktop automatically using Smithery:
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}
Using mcp-client-cli, you can query Reddit data. For example:
$ llm what are latest hot thread in r/victoria3
This command fetches and summarizes the latest hot threads from the Victoria 3 subreddit, providing key highlights and community discussions. The server can elaborate on specific points or provide more details as needed.
adhikasp/mcp-reddit
December 20, 2024
March 28, 2025
Python