Weibo MCP Server
Provides tools for scraping Weibo user information, feeds, and search functionality, enabling retrieval of detailed user profiles, feed content, and user search capabilities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weibo MCP Serversearch for users interested in AI technology"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weibo MCP Server (TypeScript 版本)
安装
从源码安装:
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": [
"--from",
"git+https://github.com/Selenium39/mcp-server-weibo.git",
"mcp-server-weibo"
]
}
}
}从包管理器安装:
{
"mcpServers": {
"weibo": {
"command": "npx",
"args": ["mcp-server-weibo"]
}
}
}Related MCP server: Pulse CN MCP Server
组件
Tools
search_users(keyword, limit):根据关键词搜索微博用户get_profile(uid):获取用户详细资料信息get_feeds(uid, limit):获取用户微博动态get_hot_search(limit):获取微博热搜榜search_content(keyword, limit, page?):根据关键词搜索微博内容
Resources
无
Prompts
无
系统要求
Node.js >= 18.0.0
许可证
MIT License
免责声明
本项目与微博无关,仅用于学习和研究目的。
MCP Server推荐
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server for scraping Weibo user information, feeds, and search functionality. It helps retrieve detailed user profiles, timeline content, and perform user searches on Weibo.Last updated1054MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that provides AI models with real-time trending content from 18 major Chinese internet platforms, including Weibo, Zhihu, and Bilibili.Last updated13
- FlicenseAqualityCmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.Last updated262
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables web search with category support, website content scraping with citation metadata, and timezone-aware date/time tools.Last updated54MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Selenium39/mcp-server-weibo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server