MCP.so
ログイン

HarmonyOS MCP Server

@XixianLiang

HarmonyOS MCP Server について

MCP server for manipulating HarmonyOS next devices.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

XixianLiang

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "HarmonyOS-mcp-server": {
      "command": "uv",
      "args": [
        "python",
        "install",
        "3.13"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ