$git clone https://github.com/adhikasp/mcp-redditA Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
| 1 | # MCP Reddit Server |
| 2 | [](https://smithery.ai/server/@adhikasp/mcp-reddit) |
| 3 | |
| 4 | A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides tools for fetching and analyzing Reddit content. |
| 5 | |
| 6 | <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> |
| 7 | |
| 8 | ## Features |
| 9 | |
| 10 | - Fetch hot threads from any subreddit |
| 11 | - Get detailed post content including comments |
| 12 | - Support for different post types (text, link, gallery) |
| 13 | |
| 14 | ## Installation |
| 15 | |
| 16 | ### Installing via Smithery |
| 17 | |
| 18 | To install Reddit Content for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@adhikasp/mcp-reddit): |
| 19 | |
| 20 | ```bash |
| 21 | npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude |
| 22 | ``` |
| 23 | |
| 24 | ### Manual Installation |
| 25 | ```json |
| 26 | { |
| 27 | "reddit": { |
| 28 | "command": "uvx", |
| 29 | "args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"], |
| 30 | "env": {} |
| 31 | } |
| 32 | } |
| 33 | ``` |
| 34 | |
| 35 | ## Usage |
| 36 | |
| 37 | Using [mcp-client-cli](https://github.com/adhikasp/mcp-client-cli): |
| 38 | |
| 39 | ``` |
| 40 | $ llm what are latest hot thread in r/victoria3 |
| 41 | |
| 42 | I'll fetch the latest hot threads from the Victoria 3 subreddit for you. |
| 43 | |
| 44 | Tool Calls: |
| 45 | fetch_hot_threads |
| 46 | Args: |
| 47 | subreddit: victoria3 |
| 48 | |
| 49 | |
| 50 | Based on the hot threads, here are the key highlights from the Victoria 3 subreddit: |
| 51 | |
| 52 | 1. Dev Diary #126 - Update 1.8 Overview |
| 53 | - Major updates planned for the game, including: |
| 54 | - Political Movement Rework (Ideological Forces) |
| 55 | - Discrimination Rework |
| 56 | - Food Availability, Famines, and Harvest Incidents |
| 57 | - Additional features like Companies owning buildings and Bulk Nationalization |
| 58 | |
| 59 | 2. Dev Diary #138 - Pivot of Empire Update |
| 60 | - Update 1.8 "Masala Chai" has been released |
| 61 | - Focuses on India with new Journal Entries, Events, and Immersion Pack |
| 62 | - 10 new achievements added |
| 63 | - Save games from 1.7.7 are not compatible with 1.8 |
| 64 | |
| 65 | 3. Interesting Community Discussions: |
| 66 | - A player shared a detailed experience of retaking Constantinople as Greece, highlighting the complex population dynamics |
| 67 | - Humorous posts about game mechanics, such as investment rights and political movements |
| 68 | - Various memes and gameplay screenshots showcasing unique game situations |
| 69 | |
| 70 | The most upvoted thread is the Dev Diary #126, which provides an in-depth look at the upcoming game mechanics improvements, particularly the reworks to political movements and discrimination systems. |
| 71 | |
| 72 | Would you like me to elaborate on any of these points or provide more details about the Victoria 3 update? |
| 73 | ``` |