MCP Server for iOS Simulator by atom2ueki
34 score
A bridge between iOS simulators and the Model Context Protocol, enabling programmatic control of iOS simulators through standardized communication interfaces.
Ranked #4460 out of 8339 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 7
Freshness 5d ago
Issue Health 0%
Stars 41
Platform Breadth 1 platform
Contributors 2
Description Detailed
How to Improve
Issue Health high impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# 📱 MCP Server for iOS Simulator A server that implements the Model Context Protocol (MCP) for iOS simulators, built on top of [appium-ios-simulator](https://github.com/appium/appium-ios-simulator) and utilizing the [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk). <a href="https://glama.ai/mcp/servers/@atom2ueki/mcp-server-ios-simulator"> </a> ## 📋 Overview This project provides a bridge between iOS simulators and the Model Context Protocol, allowing for standardized communication with iOS simulator instances. It enables programmatic control of iOS simulators while leveraging the MCP protocol for consistent interfaces across different environments. The server utilizes stdio as its transport mechanism, making it ideal for integration with Claude Desktop and other MCP-compatible clients. ## 🎬 Demo *Demo showing how to boot an iOS simulator using Claude AI Desktop* ## 🏗️ Architecture The server consists of three main components: 1. **🔄 SimulatRead full README on GitHub →