A MCP Server for Weibo
Project description
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): 获取用户动态get_hot_search(limit): 获取微博热搜search_content(keyword, limit, page): 搜索微博内容
资源
无
提示
无
依赖要求
- Python >= 3.10
- httpx >= 0.24.0
许可证
MIT 许可证 - 详见 LICENSE 文件
免责声明
本项目与微博官方无关,仅用于学习和研究目的。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_server_weibo-0.1.11.tar.gz
(35.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_weibo-0.1.11.tar.gz.
File metadata
- Download URL: mcp_server_weibo-0.1.11.tar.gz
- Upload date:
- Size: 35.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2592653cc03db4fada67a7a2361dc40e8f44663b36b238f0bea717cd0562fb6
|
|
| MD5 |
3c150f88739b3880be2796b67372c1ba
|
|
| BLAKE2b-256 |
e75f9d1024748886c9386d86e6559a7e8743837794c1c3b9a2a9e6ff97498f76
|
File details
Details for the file mcp_server_weibo-0.1.11-py3-none-any.whl.
File metadata
- Download URL: mcp_server_weibo-0.1.11-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
134090b33632cc6e137b13adba0f66a7d93175ea62dcc0140a2ba4728f8f1a57
|
|
| MD5 |
0e7103f07a917b92df125b71beb915a5
|
|
| BLAKE2b-256 |
635bcb9e158101be17b1eab4e897bbd2285d1db9873f31008db6a3e41b759db2
|