wopal-mcp-server-hotnews
About
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites.
Details
- Author
- wopal-cn
- Repository
- wopal-cn/mcp-hotnews-server
- GitHub stars
- 79
- Categories
- Web Scraping, Other, Media
- Tags
- #data
Jump to
- 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)
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
wopal-mcp-server-hotnewsCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@wopal/mcp-server-hotnews
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm install
get_hot_news
Fetches hot news topics from specified platforms. Parameters: sources (required, list of Platform ID). Example usage: get_hot_news([3]) to get Baidu Hot Discussion.
- get_hot_news
- sources - Required arguments: Platform ID list
- Example usage:
- get_hot_news([3]) : Get Baidu Hot Discussion only
- get_hot_news([1,3,7]) : Get hot lists from zhihuHot, Baidu, and huPu
- get_hot_news([1,2,3,4]) : Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili`
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wopal-mcp-server-hotnews": {
"env": {},
"args": [
"-y",
"@wopal/mcp-server-hotnews"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@wopal/mcp-server-hotnews"
],
"shell": false,
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@wopal/mcp-server-hotnews"
],
"shell": false,
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@wopal/mcp-server-hotnews"
],
"shell": false,
"command": "cmd"
}
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.
- 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)
- 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 theapi.vvhan.comservice for fetching hot topics data.
- get_hot_news
- sources- Required arguments: Platform ID list
- get_hot_news([3]): Get Baidu Hot Discussion only
- get_hot_news([1,3,7]): Get hot lists from zhihuHot, Baidu, and huPu
- get_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 -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.
Unified MCP server giving any AI agent access to 20+ social platforms, web search, scraping, and crypto data — one install, any MCP client.
Company intelligence in one tool call — funding, tech stack, employees, competitors, news from public APIs
A high-performance x402 intelligence gateway providing 20+ social and web endpoints. Powered by 6-stage routing logic—including cloud-rendered JS fetches, residential IP rotation, and automatic settlement refunds for blocked hosts. Built for AI Agents that require reliable, pay-per-request access to LinkedIn, Reddit, Instagram, and beyond without API key management
Search, trending, topics, and local news all in one MCP server. Article previews, deduplication, source filtering, and 40+ languages built in.
Fetches and caches daily articles from GeekNews using web scraping.
Access Google News and Google Trends data without paid APIs.
Fetches and parses stories from Hacker News, providing structured data for top, new, ask, show, and job posts.
Access and manage LinkedIn data and user accounts using the HorizonDataWave API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




