# 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.

Canonical URL: https://a2a-mcp.org/entry/weibo-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## 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`

```json
{
  "mcpServers": {
    "weibo": {
      "command": "npx",
      "args": [
        "weibo-mcp"
      ],
      "env": {
        "WEIBO_APP_ID": "YOUR_APP_ID",
        "WEIBO_APP_SECRET": "YOUR_APP_SECRET"
      }
    }
  }
}
```
#### Cursor

Transport: `stdio`

```json
{
  "mcpServers": {
    "weibo": {
      "command": "npx",
      "args": [
        "weibo-mcp"
      ],
      "env": {
        "WEIBO_APP_ID": "YOUR_APP_ID",
        "WEIBO_APP_SECRET": "YOUR_APP_SECRET"
      }
    }
  }
}
```
#### Windsurf

Transport: `stdio`

```json
{
  "mcpServers": {
    "weibo": {
      "command": "npx",
      "args": [
        "weibo-mcp"
      ],
      "env": {
        "WEIBO_APP_ID": "YOUR_APP_ID",
        "WEIBO_APP_SECRET": "YOUR_APP_SECRET"
      }
    }
  }
}
```

### Environment variables

- `WEIBO_APP_ID`
- `WEIBO_APP_SECRET`

Setup docs: https://github.com/wangcch/weibo-mcp

## Tags

- MCP
- weibo
- social-data

## Also known as

- wangcch Weibo MCP

## Alternatives

- Weibo AI Bridge
- OpenCLI

## Sources

- [Project website](https://github.com/wangcch/weibo-mcp)
- [Project documentation](https://github.com/wangcch/weibo-mcp)

Last checked: 2026-09-14
