# dreammis/social-auto-upload | Model Context Protocol (MCP) Server > 自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili - **Stars**: ⭐ 13,862 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "social-auto-upload": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-social-auto-upload" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "social-auto-upload": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-social-auto-upload" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-social-auto-upload` - **Docker**: `docker run -i --rm mcp/social-auto-upload`