ios-copilot-mcp-demo
This project demonstrates the automation of an iOS app using the Model Context Protocol (MCP) to simulate user interactions with the app's UI. The automation includes specific steps such as logging in, entering a loan amount, and selecting loan offers. The setup for the MCP server is also included, allowing developers to easily implement automation.
GitHub Stars
3
User Rating
Not Rated
Favorites
0
Views
25
Forks
0
Issues
0
Overview
This project demonstrates automation of an iOS app using the iOS Simulator MCP Server 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:
{
"servers": {
"ios-simulator": {
"command": "npx",
"args": [
"-y",
"ios-simulator-mcp"
]
}
}
}
Automation Prompts
The following steps are automated using MCP:
- Enter email:
- Enter
siam.biswas@icloud.comin the Email field.
- Enter
- Enter password:
- Enter
12345in the Password field.
- Enter
- Login:
- Tap on the Login button.
- Enter loan amount:
- Enter
10000in the Amount field.
- Enter
- Continue:
- Tap on the Continue button.
- Select loan offer:
- Select the 2nd loan offer from the list.
- Continue:
- Tap on the Continue button.
- Submit:
- Tap on the Submit button.
https://github.com/user-attachments/assets/6aeecdbd-d3a5-487a-9564-212269f6d158