★ 2 stars
TypeScript
📦 Other
Updated 24d ago
MCP server for iOS Simulator control with native touch injection (IndigoHID) and native UI tree reading (AXPTranslation). No mouse hijacking, no Accessibility permissions needed.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ios-mcp-server": {
"command": "npx",
"args": [
"-y",
"martingeidobler/ios-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ios-mcp-server npx -y martingeidobler/ios-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ios-mcp-server": {
"command": "npx",
"args": [
"-y",
"martingeidobler/ios-mcp-server"
]
}
}
}
📋 Copy