MCP Reddit服务器
A. 模型上下文协议(MCP) 提供获取和分析Reddit内容的工具的服务器。
特性
- 从任何子版块获取热门话题
- 获取详细的帖子内容,包括评论
- 支持不同的帖子类型(文本、链接、图库)
安装
通过Smithery安装
通过以下方式自动安装Claude Desktop的Reddit内容 史密瑟里:
BASH``` 1npx -y @smithery/cli install @adhikasp/mcp-reddit —client claude
### 手动安装
JSON```
1
2
3
4
5
6
7{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}
用法
使用 mcp客户端cli:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24$ 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?