Content
## Overview
This project demonstrates automation of an iOS app using the [iOS Simulator MCP Server](https://github.com/joshuayoes/ios-simulator-mcp) and Model Context Protocol (MCP). The automation is driven by prompts that simulate user interactions with the app UI.
---
## MCP Server Setup
**Configure the MCP server**
The `.vscode/mcp.json` file should include:
```jsonc
{
"servers": {
"ios-simulator": {
"command": "npx",
"args": [
"-y",
"ios-simulator-mcp"
]
}
}
}
```
---
## Automation Prompts
The following steps are automated using MCP:
1. **Enter email:**
- Enter `siam.biswas@icloud.com` in the Email field.
2. **Enter password:**
- Enter `12345` in the Password field.
3. **Login:**
- Tap on the Login button.
4. **Enter loan amount:**
- Enter `10000` in the Amount field.
5. **Continue:**
- Tap on the Continue button.
6. **Select loan offer:**
- Select the 2nd loan offer from the list.
7. **Continue:**
- Tap on the Continue button.
8. **Submit:**
- Tap on the Submit button.
---
https://github.com/user-attachments/assets/6aeecdbd-d3a5-487a-9564-212269f6d158
## References
- [iOS Simulator MCP Server GitHub](https://github.com/joshuayoes/ios-simulator-mcp)
---
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.