mcp-server-weibo

mcp-server-weibo
Certified

4.2

The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.

The Weibo MCP Server is a specialized server built using the Model Context Protocol to facilitate the extraction of user information, feeds, and search results from Weibo. It is implemented in TypeScript and provides a structured way to interact with Weibo's data, making it easier for developers to integrate Weibo data into their applications. The server supports various functionalities such as searching for users, retrieving user profiles, accessing user feeds, and fetching trending searches. It is designed to be installed either from source code or via a package manager, ensuring flexibility in deployment. The server requires Node.js version 18.0.0 or higher and is distributed under the MIT License. It is important to note that this project is not officially affiliated with Weibo and is intended for educational and research purposes only.

Features

  • Search for Weibo users by keyword.
  • Retrieve detailed user profile information.
  • Access user feed content.
  • Fetch trending search topics on Weibo.
  • Search Weibo content by keyword.

Tools

  1. search_users

    Search for Weibo users based on a keyword.

  2. get_profile

    Retrieve detailed profile information of a user.

  3. get_feeds

    Get the feed content of a user.

  4. get_hot_search

    Fetch the trending search topics on Weibo.

  5. search_content

    Search for Weibo content based on a keyword.