ios-agent for Windsurf
io.github.emazaheri/ios-agent
Drive a real iPhone or an iOS Simulator with an AI agent, through XCUIAutomation.
client:Windsurf
transport:stdio
runtime:pypi
Install ios-agent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ios-agent": {
"command": "uvx",
"args": [
"ios-mcp"
],
"env": {
"IOS_MCP_POLICY__CONFIRM_DESTRUCTIVE": "<IOS_MCP_POLICY__CONFIRM_DESTRUCTIVE>",
"IOS_MCP_POLICY__ENABLED": "<IOS_MCP_POLICY__ENABLED>",
"IOS_MCP_WDA__BUNDLE_ID": "<IOS_MCP_WDA__BUNDLE_ID>",
"IOS_MCP_SIMULATOR__SHOW_WINDOW": "<IOS_MCP_SIMULATOR__SHOW_WINDOW>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs