iphone-mcp-server

rafaelchriss/iphone-mcp-server
★ 1 stars Python 📁 File System Updated 9d ago
MCP server for Claude Code - Full iPhone control via USB (screenshots, apps, files, logs, diagnostics)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iphone-mcp-server": {
      "command": "uvx",
      "args": [
        "iphone-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install iphone-mcp-server