MCP.so
Sign In

Weibo MCP Server (TypeScript Version)

@Selenium39

About Weibo MCP Server (TypeScript Version)

Model Context Protocol服务器,用于抓取微博用户信息、动态和搜索功能

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Selenium39

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.

Comments

More Other MCP servers