R

Reddit阅读器

@adhikasp/mcp-reddit
0 Stars 414 次浏览 adhikasp 更新于 2026-08-23

阅读Reddit帖子和热门话题

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (2 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

fetch_reddit_hot_threads 2 个参数 需填 1 项

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

必填参数:subreddit

fetch_reddit_post_content 3 个参数 需填 1 项

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

必填参数:post_id

服务介绍

MCP Reddit 服务器

smithery 徽章

这是一个 模型上下文协议 (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?

相关 MCP 服务