Weibohot
@wangtsiao
Weibohot について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"weibohot": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/weibohot-server:latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 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,
Nginx UI
0xJackyYet another WebUI for Nginx
コメント