Weibo MCP Server

Integrations

  • Enables installation of the MCP server directly from a GitHub repository.

  • Uses Pydantic models to structure and validate data retrieved from Weibo, including user profiles, feeds, and search results.

  • Requires Python 3.8 or higher as the runtime environment for the MCP server.

Weibo MCP Server

这是一个基于 Model Context Protocol 的服务器,用于抓取微博用户信息、动态和搜索功能。该服务器可以帮助获取微博用户的详细信息、动态内容以及进行用户搜索。

安装

从源代码安装:

{ "mcpServers": { "weibo": { "command": "uvx", "args": [ "--from", "git+https://github.com/qinyuanpei/mcp-server-weibo.git", "mcp-server-weibo" ] } } }

从包管理器安装:

{ "mcpServers": { "weibo": { "command": "uvx", "args": ["mcp-server-weibo"], } } }

组件

工具

  • search_users(keyword, limit): 用于搜索微博用户
  • get_profile(uid): 获取用户详细信息
  • get_feeds(uid, limit): 获取用户动态

资源

提示

依赖要求

  • Python >= 3.10
  • httpx >= 0.24.0

许可证

MIT 许可证 - 详见 LICENSE 文件

免责声明

本项目与微博官方无关,仅用于学习和研究目的。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

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.

  1. 安装
    1. 组件
      1. 工具
      2. 资源
      3. 提示
    2. 依赖要求
      1. 许可证
        1. 免责声明

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides web content fetching and conversion capabilities.
            Last updated -
            4
            89
            2
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.
            Last updated -
            1
            60
            15
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.
            Last updated -
            35
            11
            TypeScript
            MIT License

          View all related MCP servers

          ID: npkz83qfva