MCP ExplorerExplorer

Weibo MCP Server

@Selenium39on 12 days ago
24 MIT License
FreeCommunity
Web Services
#weibo#social media#scraping#user information#search#TypeScript#MCP#Model Context Protocol
This is a server based on the [Model Context Protocol](https://modelcontextprotocol.io) for scraping Weibo user information, feeds, and search functionality. This server can help retrieve detailed information about Weibo users, feed content, and perform user searches.

Overview

What is Weibo MCP Server

The Weibo MCP Server is a TypeScript-based server designed to scrape user information, feeds, and search functionalities from the Weibo social media platform using the Model Context Protocol.

Use cases

This server can be utilized for retrieving detailed profiles of Weibo users, collecting user feeds, performing keyword-based searches for users and content, and accessing trending topics on Weibo.

How to use

To install the server, you can either clone the source code from the provided GitHub repository or install it via a package manager using the specified command in the JSON format. Once installed, you can invoke its functions to interact with Weibo data.

Key features

Key features include tools for searching users by keyword, fetching detailed user profiles, retrieving user feeds, accessing hot search rankings, and searching for content based on specific keywords.

Where to use

The Weibo MCP Server can be used in applications involving data analysis, social media research, and user engagement strategies, particularly for those focused on the Weibo platform.

Content

Weibo MCP Server (TypeScript Version)

This is a server based on the Model Context Protocol for scraping Weibo user information, feeds, and search functionality. This server can help retrieve detailed information about Weibo users, feed content, and perform user searches.

Weibo Server MCP server

Installation

Install from source code:

{
  "mcpServers": {
    "weibo": {
      "command": "npx",
      "args": [
        "--from",
        "git+https://github.com/Selenium39/mcp-server-weibo.git",
        "mcp-server-weibo"
      ]
    }
  }
}

Install from package manager:

Components

Tools

  • search_users(keyword, limit): 根据关键词搜索微博用户
  • get_profile(uid): 获取用户详细资料信息
  • get_feeds(uid, limit): 获取用户微博动态
  • get_hot_search(limit): 获取微博热搜榜
  • search_content(keyword, limit, page?): 根据关键词搜索微博内容

Resources

None

Prompts

None

Requirements

  • Node.js >= 18.0.0

License

MIT License

Disclaimer

This project is not affiliated with Weibo and is for learning and research purposes only.

Other

mcp-server-weibo is indexed and certified by MCP Review

Tools

search_users
Search for Weibo users by keyword
get_profile
Get Weibo user profile by UID
get_feeds
Get Weibo user feeds by UID
get_hot_search
Get current Weibo hot search rankings
search_content
Search for Weibo content by keyword

Comments