Mobile Device MCP for Cursor
io.github.srmorete/mobile-device-mcp
Control iOS and Android devices with multi-device and seamless Native/WebView support.
client:Cursor
transport:stdio
runtime:npm
Install Mobile Device MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mobile-device-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs