The Weibo MCP Server allows you to interact with Weibo user data in three main ways:
Search for Weibo Users: Find users by specific keywords
Retrieve User Profiles: Fetch detailed profile information using a user's ID
Fetch User Feeds: Access a user's latest posts/updates with options to limit the number retrieved
Weibo MCP Server 🚀
基于 Model Context Protocol 的微博数据接口服务器 - 实时获取微博用户信息、动态内容、热搜榜单、粉丝关注数据。支持用户搜索、内容搜索、话题分析,为 AI 应用提供完整的微博数据接入方案。
安装
从源代码安装:
从包管理器安装:
从 Docker 安装,请使用以下命令:
参考配置:
组件
工具
search_users(keyword, limit)
描述:搜索微博用户
返回值示例如下:
get_profile(uid)
描述:获取用户详细信息
返回值示例如下:
get_feeds(uid, limit)
描述: 获取用户动态
返回值示例如下:
get_trendings(limit)
描述:获取微博热搜
返回值示例如下:
search_content(keyword, limit, page)
描述:搜索微博内容
返回值示例如下:
search_topics(keyword, limit, page)
描述:搜索微博话题
返回值示例如下:
get_comments(feed_id, page)
描述:获取指定微博下的评论
返回值示例如下:
get_hot_feeds(uid, limit)
描述:获取热门微博
返回值示例如下:
get_followers(uid, limit, page)
描述:获取关注列表
返回值示例如下:
get_fans(uid, limit, page)
描述:获取粉丝列表
返回值示例如下:
资源
无
提示
无
依赖要求
Python >= 3.10
httpx >= 0.24.0
许可证
MIT 许可证 - 详见 LICENSE 文件
免责声明
本项目与微博官方无关,仅用于学习和研究目的。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A 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.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server for scraping Weibo that provides tools to search users, retrieve detailed user profiles, and fetch user feeds.Last updated -51030
- -securityFlicense-qualityA 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 updated -8
- AsecurityAlicenseAqualityA Model Context Protocol server enabling AI assistants to scrape web content with high accuracy and flexibility, supporting multiple scraping modes and content formatting options.Last updated -4292MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables web scraping, crawling, and content extraction capabilities through integration with Firecrawl.Last updated -839,239MIT License