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): 获取用户动态
资源
无
提示
无
依赖要求
- 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
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 mseep_mcp_server_weibo-0.1.3.tar.gz.
File metadata
- Download URL: mseep_mcp_server_weibo-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab189bcbb7b19926ed0ffc7e73f53d9beb05f9442e078030add73ae03450cfab
|
|
| MD5 |
13f929e62114be6ec9b819564e2bcfc3
|
|
| BLAKE2b-256 |
3abcd8e9ba82320501f9d61b06050ecf1e492143328af34c26a0bcbc6a3937ad
|
File details
Details for the file mseep_mcp_server_weibo-0.1.3-py3-none-any.whl.
File metadata
- Download URL: mseep_mcp_server_weibo-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fc6d7212d4986c0db14400125a6fa3372dc0e99a83c505eb667379582382662
|
|
| MD5 |
dac4bbbba341e200517ed1d91948a905
|
|
| BLAKE2b-256 |
d739972cb52ec5b0283eecb19c4c18a0021daa14cb011b74c453fa062f164fd2
|