weibo-mcp-server
一个获取前N微博热搜的MCP服务,支持stdio和sse模式调用。
配置方式
安装依赖
git clone https://github.com/bossdong955/weibo-mcp-server.git
cd weibo-mcp-server
conda create -n weibo-mcp-server python=3.11
conda activate weibo-mcp-server
pip install -r requirements.txt
stdio模式
配置文件内容如下:
{
"mcpServers": {
"weiboresou": {
"disabled": false,
"timeout": 60,
"command": "conda",
"args": [
"run",
"-n",
"mcp",
"--no-capture-output",
"mcp",
"run",
"文件的绝对路径/resou_stdio.py"
],
"transportType": "stdio"
}
}
}
在vscode中下载cline插件并配置Installed服务 ,将上面json粘贴到配置文件即可。

sse模式
首先运行python程序
python resou_sse.py
在vscode中下载cline插件并配置Remote Servers服务 ,ip和端口根据实际情况设置。

制作不易,如果对你有帮助的话,请给作者点个stars。
Recommend MCP Servers 💡
alltrails-mcp
srinath1510
A Model Context Protocol (MCP) server that provides access to AllTrails data, allowing you to search for hiking trails and get detailed trail information directly through Claude Desktop.
2025-06-17
mcp-weather-server
HZreal
An MCP server that provides weather information.
2025-04-07
@slinerodev/github-releases-mcp
SLineroDev
MCP server for accessing, comparing, and analyzing GitHub repository releases
2025-04-26
mcp-server-mtg-assistant
0010aor
MCP server for fetching Magic: The Gathering card information via Scryfall API.
2025-04-17
codex-vitea-mcp
KawaroX
ViteaOS个人信息管理系统的专用MCP服务器,连接AI助手与MongoDB数据库,提供物品查找、出行时间估算等功能。
2025-04-23
m0xai/trello-mcp-server
m0xai
An MCP server that enables interaction with Trello boards, lists, and cards via AI hosts.
2025-04-02
sse