mcpbeat Sign in

Harmonyos MCP Server

by fadinglight9291117 Your server? Claim it
local only

Harmonyos runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 25 Jun 2026.

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

Installs per day peak 28 · avg 9 · -15% w/w
a month agotoday
58
Installs / week
npm · mcp-harmonyos
2
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Harmonyos every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add harmonyos -- npx -y mcp-harmonyos
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "harmonyos": {
      "args": [
        "-y",
        "mcp-harmonyos"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.harmonyos]
command = "npx"
args = ["-y", "mcp-harmonyos"]
.cursor/mcp.json
{
  "mcpServers": {
    "harmonyos": {
      "args": [
        "-y",
        "mcp-harmonyos"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "harmonyos": {
      "args": [
        "-y",
        "mcp-harmonyos"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Harmonyos

same job, measured the same way
I
Copilot MCP
by vomeshatukuri

MCP server for web development with Khoros, Gainsight, and HigherLogic integrations.

1 tools answering
Terminal MCP Server
by aybelatchane

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

67 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
Cap Js
by cap-js

Model Context Protocol (MCP) server for AI-assisted development of CAP applications.

48 297 installs/wk local only
Mdk MCP Server
by sap

Model Context Protocol (MCP) server for AI-assisted development of MDK applications.

7 358 installs/wk local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only

Harmonyos — questions

Answers built from our own checks of this server.

Why is there no uptime for Harmonyos?
Harmonyos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-harmonyos was installed 58 times last week.
How do I connect Harmonyos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-harmonyos straight from npm; nothing to host, nothing to sign up for.
How many people use Harmonyos?
The npm package mcp-harmonyos was installed 58 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Harmonyos open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.