wopal/mcp-hotnews-server
Built by Metorial, the integration platform for agentic AI.
wopal/mcp-hotnews-server
Server Summary
Fetch hot topics from various Chinese platforms
Format output in Markdown
Support for heat index where available
Integrate with AI models via MCP protocol
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.com
service 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.