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 文件。

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