social-auto-upload

GitHub

自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "social-auto-upload": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-social-auto-upload"
      ]
    }
  }
}