Weibohot
@wangtsiao
About Weibohot
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weibohot": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/weibohot-server:latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Weibohot?
Weibohot is a Model Context Protocol (MCP) server that provides real-time trending content from the Chinese internet. Built with TypeScript, it acts as a bridge between AI models and live data from 18 major Chinese social media and news platforms, including Weibo, Zhihu, and Bilibili.
How to use Weibohot?
Clone the repository, then run npm install && npm run build (or bun install && bun run build). Start the server with npm start (or bun start). It uses Stdio transport and is ready for MCP-compatible AI models to connect.
Key features of Weibohot
- Real-time access to trending data from 18 Chinese platforms.
- Modular architecture with individual tools for each data source.
- Fully implemented tools for Weibo, horoscope, and aggregated topics.
- Extensible design for easy addition of new data sources.
- Uses free APIs from 韩小韩API.
Use cases of Weibohot
- AI assistants retrieving up-to-date Chinese social media trends.
- Chatbots providing daily horoscopes or motivational English quotes.
- Aggregating trending topics from multiple Chinese news platforms.
- Enabling research or analytics on Chinese internet culture.
FAQ from Weibohot
What data sources does Weibohot currently support?
Six tools are fully implemented: Weibo, horoscope, daily English sentence, aggregated hotspots, Today’s Headlines, and ThePaper.cn. Twelve more are planned, including Zhihu, Bilibili, Douyin, and Baidu.
Does Weibohot require any API keys or authentication?
No. The README does not mention any API keys; it uses free APIs from 韩小韩API.
What runtime does Weibohot need?
It requires Node.js (or Bun) and TypeScript. The README shows installation steps using npm or Bun.
How can I add a new data source to Weibohot?
Create a new tool file in src/tools/, implement it with the MCP Server SDK and Zod schema, then register it in src/index.ts.
What transport protocol does Weibohot use?
It uses Stdio transport by default.
Frequently asked questions
What data sources does Weibohot currently support?
Six tools are fully implemented: Weibo, horoscope, daily English sentence, aggregated hotspots, Today’s Headlines, and ThePaper.cn. Twelve more are planned, including Zhihu, Bilibili, Douyin, and Baidu.
Does Weibohot require any API keys or authentication?
No. The README does not mention any API keys; it uses free APIs from 韩小韩API.
What runtime does Weibohot need?
It requires Node.js (or Bun) and TypeScript. The README shows installation steps using npm or Bun.
How can I add a new data source to Weibohot?
Create a new tool file in `src/tools/`, implement it with the MCP Server SDK and Zod schema, then register it in `src/index.ts`.
What transport protocol does Weibohot use?
It uses Stdio transport by default.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments