mcpbeat Sign in

Hs MCP Server

local only

Hs runs on your own machine — the client starts it, so there is no endpoint to ping. 592 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 327 · avg 49 · +17% w/w
a month agotoday
592
Installs / week
npm · @superlcr/hs
12
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
Shell

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/hs.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/hs.js:69
const r = spawnSync(binary, process.argv.slice(2), { stdio: "inherit" });
Builds a file path from a variable [пакет] bin/hs.js:46
      const sibling = path.join(dir, pkg, "bin", name);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hs -- npx -y @superlcr/hs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hs": {
      "args": [
        "-y",
        "@superlcr/hs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hs]
command = "npx"
args = ["-y", "@superlcr/hs"]
.cursor/mcp.json
{
  "mcpServers": {
    "hs": {
      "args": [
        "-y",
        "@superlcr/hs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hs": {
      "args": [
        "-y",
        "@superlcr/hs"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hs

same job, measured the same way
Bilibili Huasheng Video
by superlcr

Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.

local only
Timalens
by ialim0

AI whiteboard explainer video platform: script to storyboard to narrated MP4.

answering
Motion Text
by motiontext

Turn words, images, and audio into an animated video with MP4 export.

3 tools answering
FilmeeAi
by filmee

Turn a one-line story idea into a narrated anime video with BGM and subtitles, from any AI agent.

answering
Starreel
by starreel

Turn a script into a finished, downloadable short-drama episode — via MCP or REST.

1 022 installs/wk local only
CueFrame
by cueframe

Turn footage into finished video: content-aware reframing, captions behind the subject, graphics.

answering
Video Loom
by wolflangis

Turn audio or text into a finished AI music video: narrative, multi-provider clips, final cut.

answering
Vixdeo — Tu Productor IA
by vixdeo

AI video producer: directs your idea or script into a finished, fact-checked video. MCP-native.

answering

Hs — questions

Answers built from our own checks of this server.

Why is there no uptime for Hs?
Hs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @superlcr/hs was installed 592 times last week.
How do I connect Hs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @superlcr/hs straight from npm; nothing to host, nothing to sign up for.
How many people use Hs?
The npm package @superlcr/hs was installed 592 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hs open source?
We cannot say either way: written in Shell and 12 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.