A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites.
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.
Supabase Mcp Server
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Ghost Mcp Server
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.
Loganalyzer Mcp
https://cursor.directory/mcp/loganalyzer-mcp-server