Skip to main content
Glama

Android Project MCP Server

안드로이드 프로젝트 MCP 서버

Cline이나 Roo Code와 같은 확장 기능을 사용하여 Visual Studio Code에서 Android 프로젝트로 작업하는 원활한 워크플로를 지원하는 Android 프로젝트를 빌드하는 모델 컨텍스트 프로토콜 서버입니다.

사용 가능한 도구

  • build - 안드로이드 프로젝트 빌드
    • folder (문자열, 필수): Android 프로젝트가 있는 현재 폴더의 전체 경로
  • test - 단위 테스트 실행
    • folder (문자열, 필수): Android 프로젝트가 있는 현재 폴더의 전체 경로
  • instrumentedTest - 계측 테스트 실행
    • folder (문자열, 필수): Android 프로젝트가 있는 현재 폴더의 전체 경로

설치

uv 사용(권장)

uv 사용하면 별도의 설치가 필요하지 않습니다. uvx 사용하여 mcpandroidbuild를 직접 실행합니다.

PIP 사용

또는 pip를 통해 mcpandroidbuild 설치할 수 있습니다.

지엑스피1

설치 후 다음을 사용하여 스크립트로 실행할 수 있습니다.

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