Back to MCP Servers
HarmonyOS
Control HarmonyOS-next devices with AI through MCP. Support device control and UI automation.
developer-toolsautomationai
By XixianLiang
Installation
npx -y HarmonyOS-mcp-serverConfiguration
{
"mcpServers": {
"HarmonyOS-mcp-server": {
"command": "npx",
"args": ["-y", "HarmonyOS-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes