Mobile Device
Freeby MCP Community
MCP server that gives AI coding assistants (Claude, Cursor, Windsurf) the ability to see and interact with Android mobile devices via ADB — AI-powered visual in
v0.2.9Added Apr 12, 2026
mcpmodel-context-protocolmobileandroidios
Mobile Device MCP Server
MCP server that gives AI coding assistants (Claude, Cursor, Windsurf) the ability to see and interact with Android mobile devices via ADB — AI-powered visual in
Installation
npx -y mobile-device-mcp
Reviews
Installation
Quick install
npx -y mobile-device-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"mobile-device": {
"command": "npx",
"args": ["-y", "mobile-device-mcp"]
}
}
}