MCP.so
Sign In

πŸ“± MCP Server for iOS Simulator

@atom2ueki

About πŸ“± MCP Server for iOS Simulator

Model Context Protocol (MCP) implementation for iOS simulators

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

atom2ueki

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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