Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Jira MCP Server
  • ERPNext MCP Server
  • Jokes MCP Server
  • SQLite MCP Server
  • Zenn MCP Server
Back to MCP Servers
Android Project MCP Server

Android Project MCP Server

Public
ShenghaiWang/androidbuild

A Model Context Protocol server that enables building Android projects and running tests directly in Visual Studio Code through extensions like Cline or Roo Code.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

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.

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • ERPNext MCP Server
    ERPNext MCP Server

    A TypeScript-based server that enables AI assistants to interact with ERPNext/Frappe systems through...

    Added May 30, 2025
  • Jokes MCP Server
    Jokes MCP Server

    A Model Context Protocol server that provides joke delivery functionality, allowing users to request...

    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and...

    Added May 30, 2025
  • Zenn MCP Server
    Zenn MCP Server

    An unofficial Model Context Protocol server for Zenn that enables fetching articles and books from t...

    Added May 30, 2025