Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Android Project Server

БесплатноНе проверен

Enables building, running unit tests, and instrumented tests for Android projects through the MCP protocol.

GitHubEmbed

Описание

Enables building, running unit tests, and instrumented tests for Android projects through the MCP protocol.

README

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

Android Project MCP Server

A Model Context Protocol server that builds Android project that enables seamless workflow working with Android projects in Visual Studio Code using extensions like Cline or Roo Code.

Android Project Server MCP server

Available Tools

  • build - Build Android project
    • folder (string, required): The full path of the current folder that the Android project sits
  • test - Run unit test
    • folder (string, required): The full path of the current folder that the Android project sits
  • instrumentedTest - Run Instrumented test
    • folder (string, required): The full path of the current folder that the Android project sits

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run mcpandroidbuild.

Using PIP

Alternatively you can install mcpandroidbuild via pip:

pip install mcpandroidbuild

After installation, you can run it as a script using:

python -m  mcpandroidbuild

Configuration

Configure for Claude.app

Add to your Claude settings:

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

License

mcpandroidbuild MCP tool is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

from github.com/fastmcp-me/androidbuild-ShenghaiWang

Установка Android Project Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/fastmcp-me/androidbuild-ShenghaiWang

FAQ

Android Project Server MCP бесплатный?

Да, Android Project Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Android Project Server?

Нет, Android Project Server работает без API-ключей и переменных окружения.

Android Project Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Android Project Server в Claude Desktop, Claude Code или Cursor?

Открой Android Project Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Android Project Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development