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ファイルをご覧ください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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

      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants to build and test Xcode projects directly through a standardized interface, with capabilities for running tests, monitoring progress, and accessing logs in real-time.
        Last updated -
        18
        49
        42
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A comprehensive Model Context Protocol server for advanced code analysis that provides tools for syntax analysis, dependency visualization, and AI-assisted development workflow support.
        Last updated -
        28
        4
        Python
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that allows interaction with TestRail's core entities (projects, cases, runs, results, datasets) through a standardized protocol compatible with MCP clients like Claude Desktop.
        Last updated -
        23
        6
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides Android Debug Bridge functionality for automating Android devices, enabling remote device management, screen operations, app management, file operations, and shell command execution.
        Last updated -
        20
        2
        TypeScript
        MIT License

      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