# charmbracelet/vhs | Model Context Protocol (MCP) Server > Your CLI home video recorder 📼 - **Stars**: ⭐ 20,611 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "vhs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vhs" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "vhs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-vhs" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-vhs` - **Docker**: `docker run -i --rm mcp/vhs`