Skip to content
Grok

hs for Grok

io.github.superlcr/hs

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

client:Grok transport:stdio runtime:npm

Install hs in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hs in other clients