Weibo MCP Server
@qinyuanpei
基于 Model Context Protocol 的微博数据接口服务器 - 实时获取微博用户信息、动态内容、热搜榜单、粉丝关注数据。支持用户搜索、内容搜索、话题分析,为 AI 应用提供完整的微博数据接入方案。
Overview
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.