ios-agent for Grok
io.github.emazaheri/ios-agent
Drive a real iPhone or an iOS Simulator with an AI agent, through XCUIAutomation.
client:Grok
transport:stdio
runtime:pypi
Install ios-agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ios-agent": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs