mobile mcp for VS Code
io.github.mobile-next/mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
client:VS Code
transport:stdio
runtime:npm
Install mobile mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mobile-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs