HotNews MCP Server
Provides access to real-time hot discussions and trending news topics from Baidu.
Fetches real-time hot lists and trending content from the Bilibili video and social platform.
Retrieves real-time trending topics and hot lists from the Douban social community.
Accesses real-time hot lists and trending knowledge-sharing discussions from the Zhihu platform.
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 what's trending on Weibo and Zhihu right now"
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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, Juejin172Apache 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.122
- 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.131GPL 3.0
- AlicenseAqualityDmaintenanceAn aggregator for real-time hot topics and news from major social and financial platforms like Zhihu, Bilibili, and Wall Street News. It features an MCP server that allows AI models to fetch and analyze trending information for automated insights.17GPL 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…
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Appeared in Searches
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/hanweiit007/mcp-hotnews-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server