Scrapes Weibo (Chinese social media platform) to retrieve user profiles, posts, search results, and trending topics. Provides programmatic access to Weibo's public content without requiring official API access.

Enables scraping of Weibo user information, feeds, and search functionality with tools for user discovery, profile retrieval, and feed access

31386 views7Local (stdio)

What it does

  • Search Weibo users by keywords
  • Get detailed user profile information
  • Retrieve user's latest posts and feeds
  • Fetch current trending topics and hot searches
  • Search Weibo content by keywords

Best for

Social media researchers analyzing Chinese contentMarketers tracking brand mentions on WeiboDevelopers building Weibo content aggregatorsAnalysts monitoring Chinese social trends
No official API key requiredAccess to trending topicsChinese social media focus

About Weibo

Weibo is a community-built MCP server published by selenium39 that provides AI assistants with tools and capabilities via the Model Context Protocol. Scrape Weibo user info, feeds, and search results. Discover users, retrieve profiles, and access Weibo feeds easily with powerful tools. It is categorized under search web. This server exposes 5 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install Weibo in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Weibo is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (5)

search_users

根据关键词搜索微博用户并返回匹配的用户列表

get_profile

获取指定微博用户的详细资料信息

get_feeds

获取指定微博用户的最新动态和帖子

get_hot_search

获取当前微博热搜榜的热门话题列表

search_content

根据关键词搜索微博内容并返回相关的微博帖子

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推荐

mcp-server-tempmail

Alternatives

Related Skills

Browse all skills
google-official-seo-guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

149
core-web-vitals

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

52
ux-writing

Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.

46
web-search

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.

41
browser-automation

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.

40
zotero

Manage Zotero reference libraries via the Web API. Search, list, add items by DOI/ISBN/PMID (with duplicate detection), delete/trash items, update metadata and tags, export in BibTeX/RIS/CSL-JSON, batch-add from files, check PDF attachments, cross-reference citations, find missing DOIs via CrossRef, and fetch open-access PDFs. Supports --json output for scripting. Use when the user asks about academic references, citation management, literature libraries, PDFs for papers, bibliography export, or Zotero specifically.

37