Skip to main content
Glama

Android Project MCP Server

Android 项目 MCP 服务器

构建 Android 项目的模型上下文协议服务器,可使用 Cline 或 Roo Code 等扩展程序实现与 Visual Studio Code 中的 Android 项目的无缝工作流程。

可用工具

  • build构建Android项目
    • folder (字符串,必需):Android 项目所在当前文件夹的完整路径
  • test ——运行单元测试
    • folder (字符串,必需):Android 项目所在当前文件夹的完整路径
  • instrumentedTest - 运行仪器测试
    • folder (字符串,必需):Android 项目所在当前文件夹的完整路径

安装

使用 uv(推荐)

使用uv时无需特殊安装。我们将使用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