# Lake1059/FFmpegFreeUI | Model Context Protocol (MCP) Server > 3FUI 是 ffmpeg 在 Windows 上的轻度专业交互外壳,收录大量参数,界面美观,交互友好。此项目面向国内使用环境,让普通人也能够轻松压制视频和转换格式。 - **Stars**: ⭐ 7,409 - **Language**: Visual Basic .NET - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "FFmpegFreeUI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FFmpegFreeUI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "FFmpegFreeUI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FFmpegFreeUI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-FFmpegFreeUI` - **Docker**: `docker run -i --rm mcp/FFmpegFreeUI`