[ MCP_NODE_3787 ]

android-mcp

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

MCP Server for interacting with Android devices. Control, inspect, and automate Android devices via ADB through Claude.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "android-mcp-en": {
            "description": "MCP Server for interacting with Android devices. Control, inspect, and automate Android devices via ADB through Claude.",
            "command": "uvx",
            "args": [
                "--python",
                "3.13",
                "android-mcp"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.