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
:
安装后,您可以使用以下命令将其作为脚本运行:
配置
为 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 -18846
- 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 -284
- 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 -237MIT 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 -2021MIT License