Android Dev MCP Server
Source code of the MCP server presented in the "Simple MCP server for Android development" blog post on Medium
Ask AI about Android Dev MCP Server
Powered by Claude · Grounded in docs
I know everything about Android Dev MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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
