Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server-weibo

MCP.Pizza Chef: qinyuanpei

mcp-server-weibo is an MCP server designed to fetch detailed user information, dynamic feeds, and perform user searches on Sina Weibo. It enables real-time access to Weibo user profiles, posts, and search results, facilitating integration of Weibo data into AI workflows. The server requires Python 3.10+ and httpx 0.24.0+, and is distributed under the MIT license for research and learning purposes.

Use This MCP server To

Fetch detailed Sina Weibo user profiles by user ID Retrieve recent Weibo posts and dynamic content for users Search for Sina Weibo users by keyword with result limits Integrate Weibo social data into AI-driven applications Enable real-time monitoring of Weibo user activity Support research on social media trends via Weibo data Combine Weibo user info with other social media data sources

README

Weibo MCP Server

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

Weibo Server MCP server

MseeP.ai Security Assessment Badge

安装

从源代码安装:

{
    "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 文件

免责声明

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

mcp-server-weibo FAQ

How do I install the mcp-server-weibo?
You can install it from source using uvx with the GitHub repo or via the package manager with uvx commands.
What Python version is required for mcp-server-weibo?
Python 3.10 or higher is required to run this MCP server.
What dependencies does mcp-server-weibo have?
It depends on httpx version 0.24.0 or higher for HTTP requests.
Is mcp-server-weibo officially affiliated with Sina Weibo?
No, this project is independent and intended only for learning and research purposes.
What functions does mcp-server-weibo provide?
It provides search_users to find users, get_profile to fetch user details, and get_feeds to retrieve user posts.
Under what license is mcp-server-weibo released?
It is released under the MIT license.
Can mcp-server-weibo be used in production environments?
It is primarily designed for research and learning; production use should consider rate limits and API stability.
How does mcp-server-weibo handle user data privacy?
It only accesses publicly available data on Sina Weibo and respects user privacy accordingly.