MCP Reddit Server
这是一个提供抓取和分析Reddit内容工具的模型上下文协议(MCP)服务器。
这是一个模型上下文协议 (MCP)服务器,提供从 Reddit 获取和分析内容的工具。
主要功能
- 获取任意子版块的热门帖子
- 检索完整帖子内容与评论
- 支持各种帖子类型(文本、链接、图集)
安装方法
选项 1:通过 Smithery(推荐)
为 Claude 桌面自动安装:
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
选项 2:手动安装
{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}
使用示例
通过 mcp-client-cli
查询 Reddit 内容:
$ llm what are latest hot thread in r/victoria3
此命令将返回 Victoria 3 子版块中的热门帖子,包括开发日志、更新信息和社区讨论。
更多信息请访问 项目仓库。