Discover and explore top open-source AI tools and projects—updated daily.
Automated social media engagement tool
Top 93.4% on SourcePulse
This project provides an automated tool for interacting with Xiaohongshu (Little Red Book), a popular Chinese social media platform. It enables users to automate searching for posts, extracting content, and posting AI-generated comments, integrating with AI clients like Claude for enhanced comment quality. The primary benefit is streamlining content engagement and leveraging AI for more natural interactions on the platform.
How It Works
The tool operates as an MCP Server, designed to be integrated with an MCP Client. It utilizes Playwright for browser automation, handling tasks like logging in, searching for posts based on keywords, and extracting detailed post information (title, author, content, comments). A key feature is its two-step commenting process: first, it analyzes a post and returns structured data to the MCP Client, which then uses its AI capabilities to generate a relevant comment. Finally, the tool posts this AI-generated comment back to Xiaohongshu. This modular approach separates analysis, AI generation, and posting, enhancing maintainability and leveraging external AI for sophisticated comment creation.
Quick Start & Requirements
pip install -r requirements.txt
and pip install fastmcp
. Playwright browsers must also be installed via playwright install
.xiaohongshu_mcp.py
).Highlighted Details
Maintenance & Community
The project is based on JonaFly/RednoteMCP and has been optimized and expanded by windsurf. Further community interaction details, such as specific Discord/Slack channels or active maintainers beyond the initial contributors, are not explicitly detailed in the README.
Licensing & Compatibility
The README does not explicitly state a license. Users are cautioned to comply with Xiaohongshu's platform rules and to use the tool responsibly for learning and research purposes. The developers disclaim responsibility for any issues arising from misuse.
Limitations & Caveats
The tool runs in a non-hidden browser mode, meaning a browser window will be visible during operation. Users must manually scan a QR code for the initial login. There's a risk of account suspension due to excessive or rapid automated actions; users are advised to limit comments to around 30 per day. The tool may break if Xiaohongshu updates its website structure, requiring potential selector adjustments or project updates.
2 months ago
Inactive