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 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论