鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y haplane
MCP client config
{
"mcpServers": {
"hap-deploy-cli": {
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}