Back to Home
ryan-crabbe icon

expo-dev-build-mcp

Verified Safe

by ryan-crabbe

Overview

Controls iOS devices for Expo development and debugging through Claude, enabling screenshots, log viewing, and app management.

Installation

Run Command
python -m expo_dev_mcp.server

Security Notes

The server heavily relies on `subprocess.run` and `subprocess.Popen` to execute `pymobiledevice3` commands. Arguments are passed as lists of strings, which generally mitigates shell injection risks. No `eval` or obvious hardcoded secrets are present. The server operates locally via standard I/O (MCP Protocol), not opening network ports directly. Security is largely dependent on the trustworthiness and robustness of the `pymobiledevice3` library itself. The requirement to run `sudo pymobiledevice3 remote tunneld` externally introduces a dependency on elevated privileges, but this is outside the server's direct execution context.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2026-01-17

Tags

iOSMobile DevelopmentDebuggingExpoAutomation