MCP server for HarmonyOS development - interact with projects, devices, and applications
If you already use Harmonyos, the harmonyos mcp server is the piece that lets your assistant work with it directly. MCP server for HarmonyOS development - interact with projects, devices, and applications.
A Model Context Protocol (MCP) server for HarmonyOS development. This server enables AI assistants like Claude to interact with HarmonyOS projects, devices, and applications.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
harmonyos_list_devices — The harmonyos_list_devices tool exposed by this serverharmonyos_get_device_info — The harmonyos_get_device_info tool exposed by this serverharmonyos_get_project_info — The harmonyos_get_project_info tool exposed by this serverharmonyos_list_modules — List all modules in a project with their types (HAP/HSP/HAR)harmonyos_check_build_outputs — The harmonyos_check_build_outputs tool exposed by this serverharmonyos_list_installed_apps — The harmonyos_list_installed_apps tool exposed by this serverharmonyos_get_app_info — The harmonyos_get_app_info tool exposed by this servermcp-harmonyos on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
hdc must be available in your PATHPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Harmonyos's toolset — harmonyos_list_devices, harmonyos_get_device_info, harmonyos_get_project_info and 4 more — is a fair guide to whether it matches your workflow. It is maintained by FadingLight9291117; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| harmonyos_list_devices | The harmonyos_list_devices tool exposed by this server. |
| harmonyos_get_device_info | The harmonyos_get_device_info tool exposed by this server. |
| harmonyos_get_project_info | The harmonyos_get_project_info tool exposed by this server. |
| harmonyos_list_modules | List all modules in a project with their types (HAP/HSP/HAR). |
| harmonyos_check_build_outputs | The harmonyos_check_build_outputs tool exposed by this server. |
| harmonyos_list_installed_apps | The harmonyos_list_installed_apps tool exposed by this server. |
| harmonyos_get_app_info | The harmonyos_get_app_info tool exposed by this server. |
{
"mcpServers": {
"harmonyos": {
"command": "mcp-harmonyos"
}
}
}Configuration as documented by the project. Restart the client after saving.
hdc must be available in your PATHKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.