The Mcp Hotnews Server provides real-time trending topics and hot news from nine major Chinese social platforms and news sites including Zhihu, Weibo, Douyin, Bilibili, and others through a single `get_hot_news` tool that returns markdown-formatted results with clickable links and heat indices where available. It solves the problem of aggregating trending content across multiple Chinese platforms by offering a unified MCP-compatible interface that can be easily integrated with AI models. The server fetches data from the api.vvhan.com service and supports flexible querying by platform ID, allowing users to retrieve trending topics from specific sources or multiple platforms simultaneously.
A Model Context Protocol (MCP) server that provides real-time hot trending topics from major Chinese social platforms and news sites.
API Source, This project uses the
api.vvhan.comservice for fetching hot topics data.
get_hot_news
sources - Required arguments: Platform ID listget_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`{
"mcpServers": {
"mcp-server-hotnews": {
"command": "npx",
"args": [
"-y",
"@wopal/mcp-server-hotnews"
]
}
}
}
( 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"
]
}
}
}
# 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 .
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.
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media