中文热点资讯
HTTP-SSESTDIO实时获取中国主流平台热点话题
实时获取中国主流平台热点话题
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.