RedNote-MCP
Verified Safeby zoldyrk
Overview
Provides a Model Context Protocol server to access and interact with Xiaohongshu (RedNote) content.
Installation
npx rednote-mcp --stdioSecurity Notes
The server uses Playwright for browser automation, which involves launching a browser instance; while Playwright is robust, browser-based operations inherently increase the attack surface compared to API-only interactions. User login cookies are stored locally in `~/.mcp/rednote/cookies.json`, which poses a risk if the user's local system is compromised. The `open-logs` command uses `child_process.exec` but the command path (`LOGS_DIR`) is derived internally, mitigating command injection risks. No 'eval' or obvious malicious obfuscation patterns were found.
Similar Servers
xiaohongshu-mcp
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.
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
mcp-server-nodejs-api-docs
This MCP Server provides up-to-date Node.js API documentation for built-in core modules to AI agents.
get-biji-dev-by-gemini3pro
Integrates with Get Notes API as a Model Context Protocol (MCP) server to search and recall knowledge from multiple knowledge bases, providing AI-processed search results or raw relevant notes.