Skip to content
Grok

haplane for Grok

io.github.leonting1010/haplane

鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。

client:Grok transport:stdio runtime:npm

Install haplane in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "haplane": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "haplane"
      ]
    }
  }
}

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

haplane in other clients