Mobile Device MCP
Rank #29810glama/saranshbamania/mobile-device-mcp
MCP server that gives AI coding assistants the ability to see and interact with mobile devices. 49 tools for Android/iOS — AI-powered visual analysis (Claude + Gemini), smart tap/type by description, Flutter widget tree inspection, video recording, and test script generation. 4-tier element search with <1ms local matching. Free tier included, zero setup via npx.
Mobile Device MCP is a Model Context Protocol (MCP) server published by saranshbamania. It ranks #29810 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Mobile Device MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 29,090 of 58,900 servers on MCP Toplist.
Use Mobile Device MCP
Add Mobile Device MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"mobile-device-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"MOBILE_MCP_LICENSE_KEY": "<your MOBILE_MCP_LICENSE_KEY>",
"MCP_ADB_PATH": "<your MCP_ADB_PATH>",
"MCP_DEFAULT_DEVICE": "<your MCP_DEFAULT_DEVICE>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
saranshbamania
Available versions (2)
| Version | Published |
|---|---|
| 0.2.9 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Mobile Device MCP?
- MCP server that gives AI coding assistants the ability to see and interact with mobile devices. 49 tools for Android/iOS — AI-powered visual analysis (Claude + Gemini), smart tap/type by description, Flutter widget tree inspection, video recording, and test script generation. 4-tier element search with <1ms local matching. Free tier included, zero setup via npx.
- Who maintains Mobile Device MCP?
- Mobile Device MCP is maintained by saranshbamania, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Mobile Device MCP an official MCP server?
- Yes — Mobile Device MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Mobile Device MCP have?
- MCP Toplist tracks 2 versions of Mobile Device MCP, most recently published on Mar 23, 2026.
- Where can I find the source code for Mobile Device MCP?
- The source code for Mobile Device MCP is hosted at github.com/saranshbamania/mobile-device-mcp.