阅读Reddit帖子和热门话题
social-media
404 查看 · 2026-07-07 更新
简介
阅读Reddit帖子和热门话题
简介
阅读Reddit帖子和热门话题
MCP Reddit 服务器
这是一个 模型上下文协议 (MCP) 服务器,提供了获取和分析 Reddit 内容的工具。
功能
- 从任意子版块获取热门帖子
- 获取包括评论在内的详细帖子内容
- 支持不同类型的文章(文本、链接、图集)
安装
通过 Smithery 安装
要通过 Smithery 自动为 Claude 桌面安装 Reddit 内容:
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": {} } }
使用方法
使用 mcp-client-cli:
$ llm what are latest hot thread in r/victoria3 I'll fetch the latest hot threads from the Victoria 3 subreddit for you. Tool Calls: fetch_hot_threads Args: subreddit: victoria3 Based on the hot threads, here are the key highlights from the Victoria 3 subreddit: 1. Dev Diary #126 - Update 1.8 Overview - Major updates planned for the game, including: - Political Movement Rework (Ideological Forces) - Discrimination Rework - Food Availability, Famines, and Harvest Incidents - Additional features like Companies owning buildings and Bulk Nationalization 2. Dev Diary #138 - Pivot of Empire Update - Update 1.8 "Masala Chai" has been released - Focuses on India with new Journal Entries, Events, and Immersion Pack - 10 new achievements added - Save games from 1.7.7 are not compatible with 1.8 3. Interesting Community Discussions: - A player shared a detailed experience of retaking Constantinople as Greece, highlighting the complex population dynamics - Humorous posts about game mechanics, such as investment rights and political movements - Various memes and gameplay screenshots showcasing unique game situations 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. Would you like me to elaborate on any of these points or provide more details about the Victoria 3 update?
工具列表
- fetch_reddit_hot_threads: Fetch hot threads from a subreddit
Args: subreddit: Name of the subreddit limit: Number of posts to fetch (default: 10)
Returns: Human readable string containing list of post information
- fetch_reddit_post_content: Fetch detailed content of a specific post
Args: post_id: Reddit post ID comment_limit: Number of top level comments to fetch comment_depth: Maximum depth of comment tree to traverse
Returns: Human readable string containing post content and comments tree
来源
- 来源:github
- 链接:https://github.com/adhikasp/mcp-reddit