Weibo MCP Server
@qinyuanpei
About Weibo MCP Server
基于 Model Context Protocol 的微博数据接口服务器 - 实时获取微博用户信息、动态内容、热搜榜单、粉丝关注数据。支持用户搜索、内容搜索、话题分析,为 AI 应用提供完整的微博数据接入方案。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-weibo": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server-weibo",
"."
]
}
}
}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 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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments