MCP ExplorerExplorer

Simulator Mcp Server

@JoshuaRileyDevon 9 months ago
42 MIT
FreeCommunity
AI Systems
The simulator-mcp-server is a Model Context Protocol server that provides programmatic control over iOS simulators. It allows users to list available simulators, boot and shutdown them, install .app bundles, and launch apps by bundle ID, streamlining iOS development and testing.

Overview

What is Simulator Mcp Server

The simulator-mcp-server is a Model Context Protocol (MCP) server that allows programmatic control over iOS simulators, implementing the MCP specification to provide a standardized interface for simulator functionality.

Use cases

Use cases for the simulator-mcp-server include automated testing of iOS applications, continuous integration workflows, and development environments where programmatic control over simulators is required.

How to use

To use the simulator-mcp-server, add the specified configuration to your Claude Config JSON file, which includes the command and arguments to run the server using npx.

Key features

Key features include listing available iOS simulators, booting and shutting down simulators, installing .app bundles on simulators, and launching installed apps by their bundle ID.

Where to use

undefined

Content

iOS Simulator MCP Server

A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.

Features

  • List available iOS simulators
  • Boot and shutdown simulators
  • Install .app bundles on simulators
  • Launch installed apps by bundle ID

Installation

Add the following to your Claude Config JSON file

{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/simulator-mcp-server"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers