Overview
What is Weibo MCP Server?
Weibo MCP Server is a server based on the Model Context Protocol designed to scrape user information, posts, and search functionalities from Sina Weibo.
How to use Weibo MCP Server?
To use the Weibo MCP Server, you can install it from source code or through a package manager. Follow the installation instructions provided in the documentation.
Key features of Weibo MCP Server?
- Search for Weibo users using keywords.
- Extract detailed user profiles by user ID.
- Retrieve user posts with a limit on the number of posts fetched.
Use cases of Weibo MCP Server?
- Gathering detailed information about Weibo users for research purposes.
- Analyzing user posts and interactions on Weibo.
- Conducting user searches based on specific keywords.
FAQ from Weibo MCP Server?
- Is Weibo MCP Server affiliated with Weibo?
No, this project is not affiliated with Weibo and is intended for educational and research purposes only.
- What are the system requirements?
The server requires Python >= 3.8, httpx >= 0.24.0, pydantic >= 2.0.0, and fastmcp >= 0.1.0.
- Is there a license for this project?
Yes, it is licensed under the MIT License.
Content
Weibo MCP Server
这是一个基于 Model Context Protocol 的服务器,用于抓取微博用户信息、动态和搜索功能。该服务器可以帮助获取微博用户的详细信息、动态内容以及进行用户搜索。
安装
从源代码安装:
{
"mcpServers": {
"weibo": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/qinyuanpei/mcp-server-weibo.git",
"mcp-server-weibo"
]
}
}
}
从包管理器安装:
{
"mcpServers": {
"weibo": {
"command": "uvx",
"args": ["mcp-server-weibo"],
}
}
}
组件
工具
search_users(keyword, limit)
: 用于搜索微博用户get_profile(uid)
: 获取用户详细信息get_feeds(uid, limit)
: 获取用户动态
资源
无
提示
无
依赖要求
- Python >= 3.10
- httpx >= 0.24.0
许可证
MIT 许可证 - 详见 LICENSE 文件
免责声明
本项目与微博官方无关,仅用于学习和研究目的。
No tools information available.
No content found.