Skip to content
Zed

harmonyos for Zed

io.github.fadinglight9291117/harmonyos

MCP server for HarmonyOS development - interact with projects, devices, and applications

client:Zed transport:stdio runtime:npm

Install harmonyos in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "harmonyos": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-harmonyos"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

harmonyos in other clients