Skip to content
Cursor

harmonyos for Cursor

io.github.fadinglight9291117/harmonyos

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

client:Cursor transport:stdio runtime:npm

Install harmonyos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

harmonyos in other clients