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
をインストールすることもできます。
インストール後、次のコマンドを使用してスクリプトとして実行できます。
構成
Claude.app 用に設定する
Claude 設定に追加:
ライセンス
mcpandroidbuild MCPツールはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布できます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
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 プロジェクトをビルドし、テストを実行できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityFlicenseAqualityA 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 -184942TypeScript
- AsecurityFlicenseAqualityA 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 -284Python
- AsecurityAlicenseAqualityA 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 -236PythonMIT License
- AsecurityAlicenseAqualityA 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 -202TypeScriptMIT License