Skip to main content
Glama
Xiaofanger8761

HotNews MCP Server

HotNews MCP Server

A Model Context Protocol (MCP) server that provides real-time hot trending topics from major Chinese social platforms and news sites.

Features

  • Real-time hot topics from 9 major Chinese platforms

  • MCP protocol compatible

  • Easy integration with AI models

  • Markdown formatted output with clickable links

  • Heat index support (where available)

Related MCP server: What Happen MCP

Supported Platforms

  1. Zhihu Hot List (知乎热榜)

  2. 36Kr Hot List (36氪热榜)

  3. Baidu Hot Discussion (百度热点)

  4. Bilibili Hot List (B站热榜)

  5. Weibo Hot Search (微博热搜)

  6. Douyin Hot List (抖音热点)

  7. Hupu Hot List (虎扑热榜)

  8. Douban Hot List (豆瓣热榜)

  9. IT News (IT新闻)

API Source, This project uses the api.vvhan.com service for fetching hot topics data.

Available Tools

  • get_hot_news

    • sources - Required arguments: Platform ID list

  • Example usage:

    • get_hot_news([3]) : Get Baidu Hot Discussion only

    • get_hot_news([1,3,7]) : Get hot lists from zhihuHot, Baidu, and huPu

    • get_hot_news([1,2,3,4]) : Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili`

Installation

NPX

{
  "mcpServers": {
    "mcp-server-hotnews": {
      "command": "npx",
      "args": [
        "-y",
        "@wopal/mcp-server-hotnews"
      ]
    }
  }
}

Docker

( Docker image not uploaded to Docker Hub, need to build it yourself. )

{
  "mcpServers": {
    "mcp-server-hotnews": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "wopal/mcp-server-hotnews"
      ]
    }
  }
}

Development

# Install dependencies
npm install

# Watch mode
npm run watch

# Build
npm run build

# Test URLs
npm run test:urls

Docker build:

docker build -t wopal/mcp-server-hotnews:latest -f Dockerfile .

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Obtain real-time news trending lists: Weibo Hot Search, Baidu Hot List, Zhihu Hot List, Jinri Toutiao Hot List, 36Kr Hot List, Tencent News Hot List, Bilibili Hot List, The Paper Hot List, Hupu Walking Street Hot List, TikTok Hot List, IT News Hot List, Huoxiu Hot List, Baidu Tieba Hot List, Juejin
    Last updated
    17
    2
    Apache 2.0
  • F
    license
    -
    quality
    -
    maintenance
    Aggregates news from 70+ platforms across categories like tech, finance, social, entertainment, and sports. Provides access to trending topics from popular Chinese platforms including Weibo, GitHub, Zhihu, Baidu, and Bilibili.
    Last updated
    12
    2
  • A
    license
    B
    quality
    D
    maintenance
    Provides real-time hot trending topics and heat indices from nine major Chinese social media and news platforms including Weibo, Zhihu, and Bilibili. It enables users to fetch markdown-formatted news summaries and clickable links via the get_hot_news tool.
    Last updated
    1
    2,437
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A real-time news and hot spot aggregation server that monitors multiple platforms like Weibo, Zhihu, and Bilibili. It enables AI assistants to fetch, filter, and analyze trending topics through the Model Context Protocol for personalized information tracking.
    Last updated
    13
    1
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Provide access to Chinese stock market data including historical prices, real-time data, news, and…

  • Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…

  • 搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xiaofanger8761/wopal-cn_mcp-hotnews-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server