Drive a real iPhone or an iOS Simulator with an AI agent, through XCUIAutomation.
claude mcp add ios-agent -- uvx ios-mcp
claude_desktop_config.json
{
"mcpServers": {
"ios-agent": {
"command": "uvx",
"args": [
"ios-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ios-agent": {
"command": "uvx",
"args": [
"ios-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ios-agent": {
"command": "uvx",
"args": [
"ios-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ios-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"ios-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ios-agent": {
"command": "uvx",
"args": [
"ios-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.emazaheri--ios-agent/reviews or the review_server meta-tool.
POST /mcp