Skip to main content
Glama

Android Project MCP Server

Android プロジェクト MCP サーバー

Cline や Roo Code などの拡張機能を使用して Visual Studio Code で Android プロジェクトを操作するシームレスなワークフローを可能にする Android プロジェクトを構築するモデル コンテキスト プロトコル サーバーです。

利用可能なツール

  • build - Android プロジェクトをビルドする
    • folder (文字列、必須): Androidプロジェクトが置かれている現在のフォルダのフルパス
  • test - ユニットテストを実行する
    • folder (文字列、必須): Androidプロジェクトが置かれている現在のフォルダのフルパス
  • instrumentedTest - インストルメント化されたテストを実行する
    • folder (文字列、必須): Androidプロジェクトが置かれている現在のフォルダのフルパス

インストール

uvの使用(推奨)

uvを使用する場合、特別なインストールは必要ありません。uvx uvx使用してmcpandroidbuildを直接実行します。

PIPの使用

あるいは、pip 経由でmcpandroidbuildをインストールすることもできます。

pip install mcpandroidbuild

インストール後、次のコマンドを使用してスクリプトとして実行できます。

python -m mcpandroidbuild

構成

Claude.app 用に設定する

Claude 設定に追加:

"mcpServers": { "mcpandroidbuild": { "command": "uvx", "args": ["mcpandroidbuild"] } }
"mcpServers": { "mcpandroidbuild": { "command": "python", "args": ["-m", "mcpandroidbuild"] } }

ライセンス

mcpandroidbuild MCPツールはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布できます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cline や Roo Code などの拡張機能を通じて Visual Studio Code で直接 Android プロジェクトをビルドし、テストを実行できるようにするモデル コンテキスト プロトコル サーバー。

  1. 利用可能なツール
    1. インストール
      1. uvの使用(推奨)
      2. PIPの使用
    2. 構成
      1. Claude.app 用に設定する
    3. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.
        Last updated -
        JavaScript
        ISC License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server designed to facilitate Nextflow development and testing, providing tools for building from source, running tests, and managing the Nextflow development environment.
        Last updated -
        Python
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that enables AI assistants to control and interact with Android devices, allowing for device management, app debugging, system analysis, and UI automation through natural language commands.
        Last updated -
        29
        143
        Python
        Apache 2.0
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to interact with Android devices through ADB, allowing for automated device management, app installation, file transfers, and screenshot capture.
        Last updated -
        11
        2
        JavaScript
        ISC License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShenghaiWang/androidbuild'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server