MCP server on a Mac that boots iOS simulators & Android emulators for any branch/PR and returns a live, controllable browser link
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deckhand": {
"command": "npx",
"args": [
"-y",
"Okam-AS/deckhand"
]
}
}
}
Run in terminal:
claude mcp add deckhand npx -y Okam-AS/deckhand
Add to .cursor/mcp.json:
{
"mcpServers": {
"deckhand": {
"command": "npx",
"args": [
"-y",
"Okam-AS/deckhand"
]
}
}
}