Weibo MCP Server
Supports UIby qinyuanpei
Real-time access to Weibo user profiles, posts, trending topics, and social data for AI applications.
What it does
This server provides an interface to the Weibo social media platform, allowing AI agents to fetch user data, search for content and users, track trending topics, and analyze follower/following relationships in real-time.
Tools
search_users: Find Weibo users by keyword.get_profile: Fetch detailed user profile information using a UID.get_feeds: Retrieve posts from a specific user.get_trendings: Get current hot trending topics on Weibo.search_content: Search for posts using keywords.search_topics: Find specific discussion topics.get_comments: Fetch comments for a specific post.get_followers/get_fans: Retrieve follower and following lists.
Installation
Using uvx:
uvx install mcp-server-weibo
Claude Desktop config:
{
"mcpServers": {
"weibo": {
"command": "uvx",
"args": ["mcp-server-weibo"]
}
}
}
Supported hosts
- claude
Quick install
uvx install mcp-server-weiboInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






