Skip to main content
Developer ToolsPython

XixianLiang/HarmonyOS-mcp-server

Control HarmonyOS-next devices with AI through MCP. Support device control and UI automation.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/XixianLiang/HarmonyOS-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "harmonyos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "XixianLiang/HarmonyOS-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
XixianLiang