HotNews MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HotNews MCP ServerShow me the hot topics from Weibo and Zhihu."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Zhihu Hot List (知乎热榜)
36Kr Hot List (36氪热榜)
Baidu Hot Discussion (百度热点)
Bilibili Hot List (B站热榜)
Weibo Hot Search (微博热搜)
Douyin Hot List (抖音热点)
Hupu Hot List (虎扑热榜)
Douban Hot List (豆瓣热榜)
IT News (IT新闻)
API Source, This project uses the
api.vvhan.comservice for fetching hot topics data.
Available Tools
get_hot_newssources- Required arguments: Platform ID list
Example usage:
get_hot_news([3]): Get Baidu Hot Discussion onlyget_hot_news([1,3,7]): Get hot lists from zhihuHot, Baidu, and huPuget_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:urlsDocker 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.
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceObtain 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, JuejinLast updated172Apache 2.0
- Flicense-quality-maintenanceAggregates 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 updated122
- AlicenseBqualityDmaintenanceProvides 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 updated12,4373MIT
- AlicenseAqualityBmaintenanceA 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 updated131GPL 3.0
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…
搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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