Skip to content
VS Code

harmonyos for VS Code

io.github.fadinglight9291117/harmonyos

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

client:VS Code transport:stdio runtime:npm

Install harmonyos in VS Code

.vscode/mcp.json

{
  "servers": {
    "harmonyos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-harmonyos"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

harmonyos in other clients