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 💡
balldontlie-mcp
An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB
@fazer-ai/mcp-obsidian
A Model-Context-Protocol server that lets Claude (or any MCP-compatible LLM) interact with your Obsidian vault through the Local REST API community plugin.
optuna/optuna-mcp
An MCP server for Optuna, enabling LLM control and interactive optimization of hyperparameter search.
fastn-mcp-server
A powerful, scalable platform for dynamic tool registration and execution, integrating with Claude.ai and Cursor.ai.
@descope-sample-apps/descope-mcp-server
Provides an interface to interact with Descope's Management APIs, enabling search and retrieval of project-related information.
kcve
An MCP server that reads information on Linux Kernel CVEs by querying an SQLite database populated from the Linux kernel CVE list.