黑客新闻伴侣 MCP
使用 Claude 总结 Hacker News 讨论的模型上下文协议 (MCP)。
概述
该 MCP 负责抓取并处理 Hacker News 的讨论,并将其转换为 Claude 可用来生成高质量摘要的格式。它处理评论的层级结构及其元数据(评分、踩点等),以帮助 Claude 理解不同评论之间的相对重要性和相互关系。
特征
- 处理 Hacker News URL 或帖子 ID
- 从 HN 下载并分析评论结构
- 根据社区参与度对评论进行评分
- 针对 Claude 摘要优化的格式数据
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Hacker News Companion:
手动安装
- 克隆存储库:
- 安装依赖项:
用法
命令行界面
例子:
API 服务器
启动服务器:
提出请求:
API 参考
POST /api/summarize
请求正文:
回复:
与克劳德的整合
此 MCP 旨在为 Claude 准备数据以供其进行汇总。当用户要求 Claude 对 Hacker News 讨论进行汇总时,Claude 可以调用此 MCP 获取格式化的数据,然后根据系统提供的提示和用户提示生成摘要。
执照
麻省理工学院
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
获取并处理 Hacker News 讨论,以便 Claude 生成高质量的摘要,处理评论结构和元数据,帮助 Claude 了解不同评论的相对重要性。
Related MCP Servers
- AsecurityAlicenseAqualityParses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs).Last updated -115JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityAdds powerful Hacker News integration to LLM clients, allowing users to access stories, comments, user profiles, and search functionality through the Model Context Protocol.Last updated -9254JavaScriptMIT License
ZeroPath MCP Serverofficial
-securityFlicense-qualityAllows developers to query security findings (SAST issues, secrets, patches) using natural language within AI-assisted tools like Claude Desktop, Cursor, and other MCP-compatible environments.Last updated -1Python