InditexTech/mcp-server-simulator-ios-idb
by Various
A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.
MCP
InditexTech/mcp-server-simulator-ios-idb
Added 1 June 2026
Overview
This MCP server lets LLMs control iOS simulators using natural language commands. It relies on idb (iOS Device Bridge) to execute actions on simulators. The server follows the Model Context Protocol for standardized tool integration.
Best for
Best for
Developers building LLM-based testing or automation for iOS apps
Use cases
- Automating iOS simulator workflows through chat interfaces
- Running app tests by describing steps in natural language
- Integrating LLM-driven simulator control into CI/CD pipelines
How to use
Install
Cline will handle the installation process automatically, including dependency management and configuration. Tools exposed
Clinenpmgitpython3node
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "ios-simulator": {\n "command": "node",\n "args": ["/path/to/mcp-server-simulator-ios-idb/dist/index.js"],\n "env": {}\n }\n }\n} Notes
This MCP server lets LLMs control iOS simulators using natural language commands. It relies on idb (iOS Device Bridge) to execute actions on simulators. The server follows the Model Context Protocol for standardized tool integration.
307 stars on GitHub. Last updated 2026-01-26. Licensed Apache-2.0.
Use cases
- Automating iOS simulator workflows through chat interfaces
- Running app tests by describing steps in natural language
- Integrating LLM-driven simulator control into CI/CD pipelines
Pros
- Open source with 307 stars on GitHub
- Leverages the MCP standard for consistent LLM-tool communication
- Written in TypeScript for type safety and maintainability
Cons
- Requires a working iOS simulator and idb setup
- Limited to iOS simulators, not physical devices
- Depends on MCP client support for integration
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with 307 stars on GitHub
- Leverages the MCP standard for consistent LLM-tool communication
- Written in TypeScript for type safety and maintainability
Cons
- Requires a working iOS simulator and idb setup
- Limited to iOS simulators, not physical devices
- Depends on MCP client support for integration
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.