Skip to content
Cursor

hs for Cursor

io.github.superlcr/hs

Turn a script into a finished video with Huasheng: storyboard, narration, footage, export.

client:Cursor transport:stdio runtime:npm

Install hs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@superlcr/hs"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hs in other clients