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: Selenium39

The mcp-server-weibo is a Model Context Protocol server implemented in TypeScript that enables real-time scraping and retrieval of Weibo user information, dynamic feeds, and search results. It provides structured access to detailed Weibo user profiles, posts, and search capabilities, facilitating integration of Weibo data into AI workflows and applications.

Use This MCP server To

Retrieve detailed Weibo user profile information Fetch latest Weibo feed posts for a user Perform user searches on Weibo platform Integrate Weibo data into AI-powered applications Enable real-time monitoring of Weibo user activity Aggregate Weibo content for sentiment or trend analysis

README

Weibo MCP Server (TypeScript Version)

This is a server based on the Model Context Protocol for scraping Weibo user information, feeds, and search functionality. This server can help retrieve detailed information about Weibo users, feed content, and perform user searches.

Weibo Server MCP server

Installation

Install from source code:

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

Install from package manager:

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

Components

Tools

  • search_users(keyword, limit): 根据关键词搜索微博用户
  • get_profile(uid): 获取用户详细资料信息
  • get_feeds(uid, limit): 获取用户微博动态
  • get_hot_search(limit): 获取微博热搜榜
  • search_content(keyword, limit, page?): 根据关键词搜索微博内容

Resources

None

Prompts

None

Requirements

  • Node.js >= 18.0.0

License

MIT License

Disclaimer

This project is not affiliated with Weibo and is for learning and research purposes only.

mcp-server-weibo FAQ

How do I install the mcp-server-weibo?
You can install it via npm using 'npx mcp-server-weibo' or from source via GitHub with the provided command.
What programming language is mcp-server-weibo written in?
It is implemented in TypeScript for robust and scalable server functionality.
Can mcp-server-weibo retrieve both user info and posts?
Yes, it supports fetching detailed user profiles as well as their dynamic feed content.
Does mcp-server-weibo support search functionality?
Yes, it allows performing user and content searches on the Weibo platform.
Is mcp-server-weibo compatible with multiple LLM providers?
Yes, it works with models like OpenAI GPT, Anthropic Claude, and Google Gemini through MCP.
How does mcp-server-weibo handle data privacy?
It follows MCP principles for secure, scoped, and observable interactions with Weibo data.
Can I customize the data fields retrieved by mcp-server-weibo?
Yes, the server can be configured to expose specific user or feed data as needed.
What environments can run mcp-server-weibo?
It runs in Node.js environments and can be integrated into various MCP host applications.