Back to Home
xpzouying icon

xiaohongshu-mcp

Verified Safe

by xpzouying

Overview

Automates interactions with the Xiaohongshu (RedNote) platform via an HTTP API and Model Context Protocol (MCP), enabling AI clients to publish content, search, retrieve feed details, and manage user interactions.

Installation

Run Command
docker compose up -d

Environment Variables

  • ROD_BROWSER_BIN
  • COOKIES_PATH

Security Notes

The HTTP API uses '*' for CORS, which allows requests from any origin, potentially broadening the attack surface if the API is exposed to untrusted networks without additional authentication. The image/video downloader function, while validating `http/https` schemes, does not prevent Server-Side Request Forgery (SSRF) to internal network IPs, though a 30-second timeout helps mitigate resource exhaustion attacks. Cookie handling is local with `0644` file permissions, but account security relies heavily on the server's deployment environment and user practices. No explicit API key or token-based authentication beyond session cookies is observed for the HTTP API endpoints.

Similar Servers

Stats

Interest Score100
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars7258
Forks1124
Last Update2025-12-03

Tags

Social Media AutomationAI IntegrationWeb AutomationContent PublishingModel Context Protocol