★ 0 stars
Python
💻 Code/Dev Tools
Updated 1mo ago
📱 Automate iPhone tasks with an MCP server for Appium, enabling app control, UI interactions, and screenshot capture via streamable HTTP.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"iphone-mcp": {
"command": "uvx",
"args": [
"iphone-mcp"
]
}
}
}
Run in terminal:
claude mcp add iphone-mcp uvx iphone-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"iphone-mcp": {
"command": "uvx",
"args": [
"iphone-mcp"
]
}
}
}
Or install with pip: pip install iphone-mcp
Topics
api-integrationdebuggingios-appiphonemcpmobile-developmentopen-sourceprogrammingsource-codeswifttestingtutorialsui-designuser-interfacexcode