android-dev-mcp-server

andreabresolin/android-dev-mcp-server

3.2

If you are the rightful owner of android-dev-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This is a simple Model Context Protocol (MCP) server designed for Android development, providing a streamlined way to manage and execute model context protocols.

Simple MCP server for Android development

This source code is the full MCP server presented in the Simple MCP server for Android development blog post on Medium. Please check the blog post for more information, including the tech stack and the meaning of the commands to start the server.

If you want an example of this server in action, please check the Using an MCP server with Google Antigravity and Gemini CLI for Android development blog post.

As a quick reference, here are some useful commands.

Starting the server in the MCP Inspector

npx @modelcontextprotocol/inspector@0.17.2 --config mcp-inspector-config.json --server stdio-server

Running the server directly

uv run .\main.py --mode streamable-http --temp-dir {absolute path to a temporary folder} --port 3001