
mcp-server
Weibo MCP by wangcch
wangcch’s Weibo MCP connects AI assistants to Weibo Open API features for search, trending topics, user posts and community interaction.

About
wangcch’s Weibo MCP connects AI assistants to Weibo Open API features for search, trending topics, user posts and community interaction.
Key Features
- Search Weibo and retrieve trending topic lists.
- Read authenticated user activity and use supported community actions.
Use Cases
Connect Weibo-related tasks to an agent using an API, messaging bridge or browser adapter.
Limitations
This is a community MCP wrapper of the Weibo API, distinct from the official Weibo CLI.
Sources
- Project documentation: https://github.com/wangcch/weibo-mcp
MCP Setup
Prerequisites
- Node.js 18+ and npm.
Access requirements
- Weibo application App ID and App Secret.
Client setup
Claude Desktop
Transport: stdio
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": [
"weibo-mcp"
],
"env": {
"WEIBO_APP_ID": "YOUR_APP_ID",
"WEIBO_APP_SECRET": "YOUR_APP_SECRET"
}
}
}
}
Cursor
Transport: stdio
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": [
"weibo-mcp"
],
"env": {
"WEIBO_APP_ID": "YOUR_APP_ID",
"WEIBO_APP_SECRET": "YOUR_APP_SECRET"
}
}
}
}
Windsurf
Transport: stdio
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": [
"weibo-mcp"
],
"env": {
"WEIBO_APP_ID": "YOUR_APP_ID",
"WEIBO_APP_SECRET": "YOUR_APP_SECRET"
}
}
}
}
Environment variables
WEIBO_APP_IDWEIBO_APP_SECRET
Setup docs: https://github.com/wangcch/weibo-mcp
Tags
MCPweibosocial-data
Alternatives
Comparable tools and resources explicitly connected to Weibo MCP by wangcch.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.

Anthropic’s 1GW Data Center Push: Why AI Companies Are Now Fighting for Power, Not Just Models
Read next

Ostris AI Toolkit Guide: The Practical LoRA Training Suite for FLUX, Qwen, Z-Image, Wan, and Modern Diffusion Models
Read next

Javii Tools Review: The Tiny Browser Suite Behind Pixel-Perfect Creator Visuals
Read next





