Selenium39_mcp-server-weibo
If you are the rightful owner of Selenium39_mcp-server-weibo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
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 (MCP) to facilitate the extraction of user information, feeds, and search results from Weibo. This server is implemented in TypeScript and provides a robust solution for developers looking to integrate Weibo data into their applications. It supports various functionalities such as retrieving detailed user profiles, fetching user feeds, and performing keyword-based searches. The server can be installed from source code or via a package manager, making it accessible for different development environments. It requires Node.js version 18.0.0 or higher and is distributed under the MIT License. The project is intended for educational and research purposes and is not officially affiliated with Weibo.
Features
- Retrieve detailed Weibo user profiles using user IDs.
- Fetch user feeds with a specified limit on the number of posts.
- Perform keyword-based searches for Weibo users and content.
- Access the Weibo hot search list with a specified limit.
- Implemented in TypeScript for type safety and modern JavaScript features.
Tools
search_users
Search for Weibo users based on keywords
get_profile
Obtain user detailed information
get_feeds
Get user's Weibo updates
get_hot_search
Get the hot search list on Weibo
search_content
Search for Weibo content based on keywords