haplane for Cursor
io.github.leonting1010/haplane
鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。
client:Cursor
transport:stdio
runtime:npm
Install haplane in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"haplane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"haplane"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs