HarmonyOS MCP Server
@XixianLiang
About HarmonyOS MCP Server
MCP server for manipulating HarmonyOS next devices.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"HarmonyOS-mcp-server": {
"command": "uv",
"args": [
"python",
"install",
"3.13"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is HarmonyOS MCP Server?
This is an MCP server for manipulating HarmonyOS devices. It provides tools that allow AI agents to control a HarmonyOS device programmatically.
How to use HarmonyOS MCP Server?
Clone the repository, install Python 3.13 via uv, and run uv sync. Use the server with Claude Desktop, OpenAI Agents SDK, or LangGraph (Langchain) by running uv run server.py and configuring your SDK accordingly.
Key features of HarmonyOS MCP Server?
- Provides MCP tools to manipulate HarmonyOS devices
- Integrates with Claude Desktop, OpenAI SDK, and LangGraph
- Supports a customizable system prompt for AI assistants
- Requires Python 3.13 and uv for setup
Use cases of HarmonyOS MCP Server?
- Launch an app on a HarmonyOS phone using natural language
- Automate device tasks through an AI agent workflow
- Integrate HarmonyOS device control into LangGraph agents
FAQ from HarmonyOS MCP Server
What devices can I control with HarmonyOS MCP Server?
The server is designed for manipulating HarmonyOS devices, such as launching apps.
How do I install HarmonyOS MCP Server?
Clone the repo and run uv python install 3.13 and uv sync to set up the environment.
What are the runtime requirements?
Python
Frequently asked questions
What devices can I control with HarmonyOS MCP Server?
The server is designed for manipulating HarmonyOS devices, such as launching apps.
How do I install HarmonyOS MCP Server?
Clone the repo and run `uv python install 3.13` and `uv sync` to set up the environment.
What are the runtime requirements?
Python
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments