This is a Weibo hot search data acquisition server based on the Model Context Protocol (MCP) framework, providing functions to fetch Weibo hot search list, hot search details, and comments.
Get Weibo Hot Search List
Get Hot Search Details
Get Hot Search Comments
git clone https://github.com/Yooki-K/weibo-mcp-server.git
pip install -r requirements.txt
Note: If using
uv run weibo_mcp_server
, dependencies will be installed automatically, no need forpip install
pip install weibo-mcp-server
Create a Weibo account, press F12 to open developer tools, and get the cookie as shown below:
Add this tool to the MCP server
On Windows: C:/Users/YOUR_USER/.cursor/mcp.json
{
"mcpServers": {
"weibo": {
"command": "uv",
"args": [
"--directory",
"path/to/weibo-mcp-server",
"run",
"weibo_mcp_server"
],
"env":{
"weibo_COOKIE": YOUR_WEIBO_COOKIE
}
}
}
}
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"weibo": {
"command": "uv",
"args": [
"--directory",
"/path/to/weibo-mcp-server",
"run",
"weibo_mcp_server"
],
"env": {
"weibo_COOKIE": YOUR_WEIBO_COOKIE
}
}
MIT License - see LICENSE file for details.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)Seamless access to top MCP servers powering the future of AI integration.