经 AI Skill Hub 精选评估,Horizon AI新闻雷达 获评「强烈推荐」。已获得 4.2k 颗 GitHub Star,这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
Horizon AI新闻雷达 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Horizon AI新闻雷达 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/Thysrael/Horizon
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"horizon-ai----": {
"command": "npx",
"args": ["-y", "horizon"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Horizon AI新闻雷达 执行以下任务... Claude: [自动调用 Horizon AI新闻雷达 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"horizon_ai____": {
"command": "npx",
"args": ["-y", "horizon"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Option A: Local Installation
```bash git clone https://github.com/Thysrael/Horizon.git cd Horizon
uv sync
uv sync --extra dev
docker compose run --rm horizon
|
Ranked Daily Briefing
|
Context, Summary & Discussion
|
<details> <summary><strong>More Screenshots</strong></summary> <br> <table> <tr> <td width="33.33%"> <p align="center"><strong>Terminal Output</strong></p> <img src="docs/assets/terminal_log.png" alt="Terminal Output" /> </td> <td width="33.33%"> <p align="center"><strong>Feishu Notification</strong></p> <img src="docs/assets/feishu_en.png" alt="Feishu Notification" /> </td> <td width="33.33%"> <p align="center"><strong>Email Delivery</strong></p> <img src="docs/assets/email.png" alt="Email Delivery" /> </td> </tr> </table> </details>
cp .env.example .env cp data/config.example.json data/config.json
Option A: Interactive wizard (recommended)
uv run horizon-wizard
The wizard asks about your interests (e.g. "LLM inference", "嵌入式", "web security") and auto-generates data/config.json.
Option B: Manual configuration
cp .env.example .env # Add your API keys
cp data/config.example.json data/config.json # Customize your sources
Minimal manual configuration:
{
"ai": {
"provider": "openai",
"model": "gpt-4",
"api_key_env": "OPENAI_API_KEY"
},
"sources": {
"rss": [
{ "name": "Simon Willison", "url": "https://simonwillison.net/atom/everything/" }
]
},
"filtering": {
"ai_score_threshold": 6.0
}
}
Any string value in data/config.json can reference environment variables with ${VAR_NAME}. This is useful for values such as ai.base_url, private RSS feed URLs, webhook endpoints, or custom header templates.
For the full reference, see the Configuration Guide.
Horizon works great as a GitHub Actions cron job. See .github/workflows/daily-summary.yml for a ready-to-use workflow that generates and deploys your daily briefing to GitHub Pages automatically.
活跃开源项目,融合MCP标准、LLM和聚合业务。代码质量良好,社区关注度高,实用性强,适合团队协作场景。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:Horizon AI新闻雷达 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | Horizon |
| 原始描述 | 开源MCP工具:📡 Your own AI-powered news radar. Generates daily briefings in English & Chines。⭐4.2k · Python |
| Topics | 新闻聚合AI简报飞书集成LLM应用自动化 |
| GitHub | https://github.com/Thysrael/Horizon |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-21 · 更新时间:2026-05-21 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端