Skip to content
VS Code

Mobile Device MCP for VS Code

io.github.srmorete/mobile-device-mcp

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

client:VS Code transport:stdio runtime:npm

Install Mobile Device MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mobile Device MCP in other clients