Odel
Mobile Device MCP

Mobile Device MCP

Local
@srmorete44TypeScriptMITUpdated 1mo ago

Control iOS and Android devices with multi-device and seamless Native/WebView support.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@srmorete/mobile-device-mcpv0.1.10

Run

npx -y @srmorete/mobile-device-mcp

MCP client config

{
  "mcpServers": {
    "mobile-device-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@srmorete/mobile-device-mcp"
      ]
    }
  }
}