XixianLiang/HarmonyOS-mcp-server
Control HarmonyOS-next devices with AI through MCP. Support device control and UI automation.
Quick Start
Clone the repository:
git clone https://github.com/XixianLiang/HarmonyOS-mcp-serverClaude 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.