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.8.tar.gz
(21.2 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.8.tar.gz.
File metadata
- Download URL: mcp_server_weibo-0.1.8.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d949562ea9600c982252e014dcce3f069edea1c3a0a5a97d889871c513d0a90c
|
|
| MD5 |
847fda54c54187196cc7f85f32adff15
|
|
| BLAKE2b-256 |
fea2014689441a6d917fa4a0b58c9104e51ec523524cfa12fb54a17d796e648f
|
File details
Details for the file mcp_server_weibo-0.1.8-py3-none-any.whl.
File metadata
- Download URL: mcp_server_weibo-0.1.8-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 |
42cea0c7ba0f1ad1a60b6a78138d33c20127de63f0062bbc959352da8d488a5d
|
|
| MD5 |
38b50877b2bbd0bfd94dd5c938485f66
|
|
| BLAKE2b-256 |
d6165d2fd0e7f17ddff3af585c943f99361e2089ae1dec116026cadfda26a634
|