MCP.so
登录

Weibo Hot Search MCP Server

@Yooki-K

关于 Weibo Hot Search MCP Server

暂无概览

基本信息

分类

搜索

许可证

MIT license

运行时

python

传输方式

stdio

发布者

Yooki-K

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Weibo Hot Search MCP Server?

A Model Context Protocol (MCP) server that provides programmatic access to Weibo (Chinese microblogging platform) hot search data. It enables developers to fetch the current hot search rankings, detailed topic information, and user comments associated with hot search entries.

How to use Weibo Hot Search MCP Server?

Install from PyPI (pip install weibo-mcp-server) or from source by cloning the repository and installing dependencies. Configure a valid Weibo cookie as the weibo_COOKIE environment variable, then add the server to your MCP client (e.g., Cursor or Claude Desktop) using uv run weibo_mcp_server with the cookie set in the env field.

Key features of Weibo Hot Search MCP Server

  • Retrieve real‑time Weibo hot search rankings with index scores
  • Get detailed topic information including category, description, and link
  • Fetch comments from the first Weibo post or claim for a given hot search link
  • Configurable maximum number of comments to retrieve
  • Display comment content and like counts

Use cases of Weibo Hot Search MCP Server

  • Monitoring trending topics on Weibo for market or sentiment analysis
  • Automating data collection for social media research or journalism
  • Building chatbots or assistants that answer questions about current Weibo trends
  • Integrating Weibo hot search data into dashboards or analytics pipelines

FAQ from Weibo Hot Search MCP Server

What data can I fetch from Weibo?

The server can return the hot search list (rankings, keywords, indices), detailed topic information (category, description, link, claim info, statistics), and comments (content and like count) from the first post or claim of a hot search entry.

What are the runtime requirements?

Python 3.10 or later, with dependencies: requests, lxml, and mcp>=1.0.0. A valid Weibo account and its associated cookie are required for authentication.

How do I authenticate with Weibo?

You must provide a valid Weibo cookie as the environment variable weibo_COOKIE. The cookie is obtained by logging into Weibo and extracting it from browser developer tools (F12).

Where is the data stored or processed?

All data is fetched live from Weibo when a request is made. The server does not persist any data locally; it acts as a real‑time proxy.

What transport and authentication does this server use?

The server communicates via stdio transport (MCP default). Authentication uses a static bearer‑style cookie, supplied as an environment variable at server startup.

评论

搜索 分类下的更多 MCP 服务器