Haplane runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 27 Jul 2026.
鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。
We read the source, 11 h ago · rules 3dff92dd89df
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.
const r = spawnSync(bin, args, { cwd, encoding: "utf8", stdio: verbose ? "inherit" : "pipe" })
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add haplane -- npx -y haplane
{
"mcpServers": {
"haplane": {
"args": [
"-y",
"haplane"
],
"command": "npx"
}
}
}
[mcp_servers.haplane]
command = "npx"
args = ["-y", "haplane"]
{
"mcpServers": {
"haplane": {
"args": [
"-y",
"haplane"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"haplane": {
"args": [
"-y",
"haplane"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.