送信

Redbook Poster

@xuenai.zxl

A Xiaohongshu Content Publishing MCP Server that uses Selenium WebDriver for browser automation, supporting the publishing of both text-and-image notes and video notes.

サーバー設定

{
  "mcpServers": {
    "redbook-poster": {
      "command": "node",
      "args": [
        ".../redbook-publish-mcp/index.js"
      ],
      "env": {
        "phone": "your phone number",
        "jsonPath": "your local file path to store token and cookies",
        "verificationCode": "your verification code"
      }
    }
  }
}