Scrape Weibo user information, feeds, and perform searches.
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"]
}
}
}
组件
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推荐
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Document Extractor MCP Server
Extracts document content from Microsoft Learn and GitHub URLs and stores it in PocketBase for retrieval and search.
Rapidproxy
Over 70M+ premium IPs via Rapidproxy - Enjoy easy data extraction, avoiding CAPTCHAs, IP blocks with 220+ locations targeting, non-expiring traffic.
Browser Use MCP Server
An MCP server that allows AI agents to control a web browser using the browser-use library.
Playwright Record MCP
Browser automation using Playwright with video recording. Enables LLMs to interact with web pages through structured accessibility snapshots.
Buienradar
Fetches precipitation data for a given latitude and longitude using Buienradar.
CarDeals-MCP
A Model Context Protocol (MCP) service that indexes and queries car-deal contexts - fast, flexible search for vehicle listings and marketplace data.
YouTube
Fetch YouTube subtitles
Cloudflare Playwright
Control a browser for web automation tasks like navigation, typing, clicking, and taking screenshots using Playwright on Cloudflare Workers.
Puppeteer
Provides browser automation using Puppeteer, enabling interaction with web pages, taking screenshots, and executing JavaScript.
Any Browser MCP
Attaches to existing browser sessions using the Chrome DevTools Protocol for automation and interaction.