Weibo Hot Search MCP Server
@Yooki-K
关于 Weibo Hot Search MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
评论