baranwang/mcp-trends-hub
基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
Overview
baranwang/mcp-trends-hub is a TypeScript MCP server. 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
Ranked #2337 out of 25632 indexed tools.
In the top 10% of all indexed tools.
Ecosystem
TypeScript No license
Signal Breakdown
Stars 228
Freshness 1mo ago
Issue Health 64%
Contributors 4
Dependents 1
Forks 35
Description Brief
License None
How to Improve
Description low impact
License low impact
Freshness high impact
Matched Queries
From the README
# 🔥 Trends Hub
基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
## 示例效果
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/case-dark.png">
</picture>
## ✨ 特性
- 📊 **一站式聚合** - 聚合全网热点资讯,20+ 优质数据源
- 🔄 **实时更新** - 保持与源站同步的最新热点数据
- 🧩 **MCP 协议支持** - 完全兼容 Model Context Protocol,轻松集成到 AI 应用
- 🔌 **易于扩展** - 简单配置即可添加自定义 RSS 源
- 🎨 **灵活定制** - 通过环境变量轻松调整返回字段
## 📋 环境要求
- Node.js 22 或更新版本
- VS Code、Cursor、Windsurf、Claude Desktop 或其他 MCP 客户端
### 🚀 快速开始
首先,在你的 MCP 客户端中安装 Trends Hub MCP 服务。
**标准配置**适用于大部分客户端:
```json
{
"mcpServers": {
"trends-hub": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub"
]
}
}
}
```
<details>
<summary>Claude Desktop</summary>
参考 MCP 安装[指南](https://modelcontextprotocol.io/quickstart/user),使用上述标准配置。
配置文件位置:
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
</details>
<details>
<summary>Cursor</summary>
Read full README on GitHub →
Are you the maintainer? Claim this listing