The ios-mcp server automates iOS devices by exposing UI interactions, app management, and device control via a REST API. It connects to iOS devices through WebDriverAgent and integrates with Xcode for app installation and management. Developers use it for automated testing, app deployment, and device management in CI/CD pipelines.
The ios-mcp server automates iOS devices by exposing UI interactions, app management, and device control via a REST API. It connects to iOS devices through WebDriverAgent and integrates with Xcode for app installation and management. Developers use it for automated testing, app deployment, and device management in CI/CD pipelines.
npx -y @midscene/ios-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"midscene-ios-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @midscene/ios-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ios-mcp?"
No configuration required. This server works out of the box.
"What resources are available in ios-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ios-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ios-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.