MCP.so
Sign In

πŸ“± MCP Server for iOS Simulator

@atom2ueki

About πŸ“± MCP Server for iOS Simulator

Model Context Protocol (MCP) implementation for iOS simulators

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-ios-simulator": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@atom2ueki/mcp-server-ios-simulator",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is πŸ“± MCP Server for iOS Simulator?

A server that implements the Model Context Protocol (MCP) for iOS simulators, built on appium-ios-simulator and the MCP TypeScript SDK. It enables programmatic control of iOS simulator instances via standardized MCP communication with stdio transport, ideal for integration with Claude Desktop and other MCP-compatible clients.

How to use πŸ“± MCP Server for iOS Simulator?

Install the server by cloning the repository

Comments

More Other MCP servers