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 文件
免责声明
本项目与微博官方无关,仅用于学习和研究目的。
Weibo MCP Server
by qinyuanpei
Project Details
- qinyuanpei/mcp-server-weibo
- MIT License
- Last Updated: 4/19/2025
Recomended MCP Servers
🧩
Diff Editor
MetaTrader Trading Server
Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform
QGIS Model Context Protocol Integration
Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop
Knowledge Graph Server
🧩
Jenkins Integration Server
Prefect MCP Server
MCP server for interacting with the Prefect API
Shopify Dev MCP Server
Shopify.dev MCP server
🧩
NumPy Computation Server
MCP Server Starter
A Model Context Protocol server starter template
🧩
Car Database Server
🧩
Alchemy
A MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like...
🧩
Outlook Meetings Scheduler MCP Server





