MCP Trends Hub MCP Server

🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务

Local serverstdioTypeScript

What is the MCP Trends Hub MCP server?

If you already use MCP Trends Hub, the mcp trends hub mcp server is the piece that lets your assistant work with it directly. 🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务.

What the server does

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • TRENDS_HUB_HIDDEN_FIELDS — 隐藏返回数据中的指定字段。 作用于所有工具:{field-name}(如 cover) 作用于特定工具:{tool-name}:{field-name}(如 get_toutiao_trending:cover) 多个配置用逗号分隔
  • TRENDS_HUB_CUSTOM_RSS_URL — 添加自定义 RSS 订阅源,支持多个 URL(逗号分隔) 工具名根据 hostname 自动生成(如 news_yahoo_com) 相同域名会添加数字后缀避免冲突
  • get_36kr_trending — 获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息
  • get_9to5mac_news — 获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯
  • get_bbc_news — 获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯
  • get_bilibili_rank — 获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势
  • get_douban_rank — 获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据
  • get_douyin_trending — 获取抖音热搜榜单,展示当下最热门的社会话题、娱乐事件、网络热点和流行趋势
  • get_gcores_new — 获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容
  • get_ifanr_news — 获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯

Installation

mcp-trends-hub on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: TRENDS_HUB_HIDDEN_FIELDS, TRENDS_HUB_CUSTOM_RSS_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Trends Hub's toolset — macOS, Windows, TRENDS_HUB_HIDDEN_FIELDS and 11 more — is a fair guide to whether it matches your workflow. It is maintained by baranwang; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Trends Hub.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
TRENDS_HUB_HIDDEN_FIELDS隐藏返回数据中的指定字段。 作用于所有工具:{field-name}(如 cover) 作用于特定工具:{tool-name}:{field-name}(如 get_toutiao_trending:cover) 多个配置用逗号分隔
TRENDS_HUB_CUSTOM_RSS_URL添加自定义 RSS 订阅源,支持多个 URL(逗号分隔) 工具名根据 hostname 自动生成(如 news_yahoo_com) 相同域名会添加数字后缀避免冲突
get_36kr_trending获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息
get_9to5mac_news获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯
get_bbc_news获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯
get_bilibili_rank获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势
get_douban_rank获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据
get_douyin_trending获取抖音热搜榜单,展示当下最热门的社会话题、娱乐事件、网络热点和流行趋势
get_gcores_new获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容
get_ifanr_news获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯
get_infoq_news获取 InfoQ 技术资讯,包含软件开发、架构设计、云计算、AI等企业级技术内容和前沿开发者动态
get_juejin_article_rank获取掘金文章榜,包含前端开发、后端技术、人工智能、移动开发及技术架构等领域的高质量中文技术文章和教程

How to install the MCP Trends Hub MCP server

{
  "mcpServers": {
    "trends-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-trends-hub"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
TRENDS_HUB_HIDDEN_FIELDSConfiguration value read at startup.Optional
TRENDS_HUB_CUSTOM_RSS_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use MCP Trends Hub to macOS.
  • Use MCP Trends Hub to Windows.
  • Use MCP Trends Hub to TRENDS HUB HIDDEN FIELDS.

Frequently asked questions

It connects MCP Trends Hub to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (macOS, Windows, TRENDS_HUB_HIDDEN_FIELDS, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Trends Hub directly.