Weibo MCP Server
@qinyuanpei
Weibo MCP Server について
基于 Model Context Protocol 的微博数据接口服务器 - 实时获取微博用户信息、动态内容、热搜榜单、粉丝关注数据。支持用户搜索、内容搜索、话题分析,为 AI 应用提供完整的微博数据接入方案。
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-weibo": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server-weibo",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Weibo MCP Server?
The Weibo MCP Server is a Model Context Protocol server that provides real-time access to Weibo (Sina Weibo) data. It enables AI applications to retrieve user profiles, posts, trending topics, follower/following information, and search for users, content, and topics. It is designed for developers building AI-powered social media analysis tools.
How to use Weibo MCP Server?
Install via the uvx package manager, Docker, or from source. Run in either stdio mode (for MCP clients) or HTTP mode (with SSE endpoint). Configure your MCP client with the appropriate command or URL. An optional CLI tool (weibo-cli) is also provided for direct data access without an MCP client.
Key features of Weibo MCP Server
- Automatic cookie retrieval – no manual configuration required
- Fetch user profiles, posts, and hot feeds
- Search Weibo users, content, and topics
- Retrieve trending topics and post comments
- Get follower and following lists for a user
- Supports stdio and HTTP (SSE) transport modes
- Includes a standalone CLI for quick data access
Use cases of Weibo MCP Server
- Real-time trend monitoring and analysis for AI agents
- Social media user research and profile enrichment
- Content discovery and topic tracking for marketing
- Sentiment or engagement analysis on Weibo posts
- Automating data collection for Weibo-based analytics
FAQ from Weibo MCP Server
Does the Weibo MCP Server require manual cookie configuration?
No. The server automatically generates valid access credentials through Weibo’s visitor pass system, so no manual cookie setup is needed.
What are the runtime dependencies?
The server requires Python with the uvx package manager. It can also be run via Docker without additional external services.
What transport modes are supported?
Two modes are supported: stdio (for direct integration with MCP clients) and HTTP with SSE (for remote or containerized deployments).
How is data authenticated?
The server automatically handles Weibo authentication using guest pass cookies, eliminating the need for user login or manual token management.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
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.
コメント