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)
---
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.