Initialize login process for RedNote (XiaoHongShu) authentication. Opens browser window for manual login and saves cookies to persistent storage for future use.
Search for notes/posts on RedNote using keywords. Retrieves relevant content based on search terms and returns structured note information.
Access specific note content using RedNote URL. Retrieves detailed information about a particular post including text, images, and metadata.
Retrieve comments for a specific note using its URL. Fetches comment threads and user interactions associated with the post.
Manage authentication cookies for RedNote access. Handles cookie persistence, validation, and renewal to maintain authenticated sessions.
{
"mcpServers": {
"RedNote MCP": {
"command": "npx",
"args": [
"rednote-mcp",
"--stdio"
]
}
}
}