A Model Context Protocol server for scraping Weibo user information, feeds, and search functionality. It helps retrieve detailed user profiles, timeline content, and perform user searches on Weibo.
What is Weibo?
Weibo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server for scraping weibo user information, feeds, and search functionality. it helps retrieve detailed user profiles, timeline content, and perform user searches on weibo.
A Model Context Protocol server for scraping Weibo user information, feeds, and search functionality. It helps retrieve detailed user profiles, timeline content, and perform user searches on Weibo.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Model Context Protocol server for scraping Weibo user info
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx weibo-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Weibo
Weibo MCP Server is a Model Context Protocol server for accessing Sina Weibo — China's major microblogging platform — providing tools to search users, retrieve profiles and timelines, explore trending topics, and read post comments without requiring authentication. It exposes ten discrete tools covering user discovery, feed retrieval, content search, and social graph exploration, making it useful for researchers, marketers, and developers who need to monitor Chinese social media trends or analyze public Weibo accounts through AI assistants.
Prerequisites
- Python 3.10+ installed
- uv or uvx package manager installed (recommended) or pip
- An MCP-compatible client such as Claude Desktop or Claude Code
- Network access to Weibo's public API (no Weibo account required for public data)
Install via uvx (recommended)
Install and run the Weibo MCP server using uvx, which handles dependency isolation automatically and is the recommended approach.
uvx install mcp-server-weiboOr install via pip
Alternatively, install the package into your Python environment using pip.
pip install mcp-server-weiboTest from the command line
Verify the server starts correctly by running it in stdio mode. It should start without errors and wait for MCP protocol messages.
mcp-server-weibo stdioConfigure Claude Desktop for stdio mode
Add the Weibo MCP server to your claude_desktop_config.json using uvx to ensure isolated dependency management.
{
"mcpServers": {
"weibo": {
"command": "uvx",
"args": ["mcp-server-weibo"]
}
}
}Or run as an HTTP server
Start the server in HTTP mode for clients that support SSE transport. The server listens on port 4200 by default.
mcp-server-weibo http
# Then configure client with URL:
# { "url": "http://localhost:4200/sse" }Restart your MCP client and test
Restart Claude Desktop after saving the configuration. Ask Claude to search for a Weibo user or retrieve trending topics to confirm the tools are working.
Weibo Examples
Client configuration
Claude Desktop configuration for the Weibo MCP server using uvx in stdio mode.
{
"mcpServers": {
"weibo": {
"command": "uvx",
"args": ["mcp-server-weibo"]
}
}
}Prompts to try
Example prompts for retrieving and analyzing Weibo content through Claude using the mcp-server-weibo tools.
- "Search Weibo for users related to 'artificial intelligence' and list the top 5 results."
- "Get the latest 10 posts from Weibo user with UID 1749127163."
- "What are the top 10 trending topics on Weibo right now?"
- "Search Weibo for posts about '电动汽车' (electric vehicles) and summarize the discussion."
- "Show me the comments on Weibo post ID 5173507416919189."Troubleshooting Weibo
Requests to Weibo return empty results or connection errors
Weibo's public API is region-sensitive — some endpoints may be blocked or rate-limited outside mainland China. Try using a VPN or proxy based in China. Also confirm your network allows outbound HTTPS to weibo.com.
"mcp-server-weibo: command not found" after pip install
Ensure your Python environment's bin directory is on your PATH, or use the full path to the binary. With uvx, the binary is managed automatically — run 'uvx mcp-server-weibo stdio' as a direct command if the alias is missing.
Server starts in stdio mode but Claude Desktop shows no Weibo tools
Restart Claude Desktop completely after editing claude_desktop_config.json. Check that the command in the config is 'uvx' (not 'python' or 'mcp-server-weibo' directly) and that uvx is installed and on the PATH used by the desktop app.
Frequently Asked Questions about Weibo
What is Weibo?
Weibo is a Model Context Protocol (MCP) server that model context protocol server for scraping weibo user information, feeds, and search functionality. it helps retrieve detailed user profiles, timeline content, and perform user searches on weibo. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Weibo?
Follow the installation instructions on the Weibo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Weibo?
Weibo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Weibo free to use?
Yes, Weibo is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Weibo Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Weibo? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Weibo in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Weibo?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.