- Explore MCP Servers
- mcp-server-weibo
Weibo MCP Server
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.
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.
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