Weibo MCP Server (TypeScript Version)
@Selenium39
About Weibo MCP Server (TypeScript Version)
Model Context Protocol服务器,用于抓取微博用户信息、动态和搜索功能
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": [
"--from",
"git+https://github.com/Selenium39/mcp-server-weibo.git",
"mcp-server-weibo"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Weibo MCP Server (TypeScript Version)?
It is a server based on the Model Context Protocol for scraping Weibo user information, feeds, and search functionality. It retrieves detailed info about Weibo users, feed content, and performs user/content searches.
How to use Weibo MCP Server (TypeScript Version)?
Install by configuring the mcpServers object in your client with the command "npx" and appropriate args (either from git source or package manager). Requires Node.js >= 18.0.0. Once configured, the server provides tools such as search_users, get_profile, get_feeds, get_hot_search, and search_content.
Key features of Weibo MCP Server (TypeScript Version)
- Search for Weibo users by keyword with configurable limit
- Retrieve detailed profile information for a given user ID
- Get feed posts from a specific Weibo user
- Fetch the current Weibo hot search trending list
- Search for Weibo content by keyword with optional pagination
Use cases of Weibo MCP Server (TypeScript Version)
- Monitor trending topics on Weibo via hot search data
- Analyze a specific user's profile and feed history
- Research public Weibo content by keyword or user
- Integrate Weibo search capabilities into AI assistant workflows
- Gather user data for learning and research projects
FAQ from Weibo MCP Server (TypeScript Version)
What does this server do?
It scrapes Weibo user information, feeds, and search results via the Model Context Protocol, providing tools to retrieve profiles, feeds, and search content.
How do I install this server?
You can install it by adding the provided JSON configuration to your MCP client's mcpServers object, using either a direct npm package ("mcp-server-weibo") or the git source. It requires Node.js 18 or higher.
What tools does it provide?
It provides five tools: search_users (search users by keyword), get_profile (get user details), get_feeds (get user feeds), get_hot_search (get hot search list), and search_content (search content by keyword).
What are the runtime requirements?
Node.js version 18.0.0 or above is required.
Is this project affiliated with Weibo?
No, this project is not affiliated with Weibo and is intended for learning and research purposes only.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments