mobile mcp for Cursor
io.github.mobile-next/mobile-mcp
MCP server for iOS and Android Mobile Development, Automation and Testing
client:Cursor
transport:stdio
runtime:npm
Install mobile mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mobile-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs