MCP.so
ログイン

iOS Simulator MCP Server

@MCP-Mirror

iOS Simulator MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is iOS Simulator MCP Server?

The iOS Simulator MCP Server is a Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. It exposes simulator functionality through a standardized MCP interface.

How to use iOS Simulator MCP Server?

Install by adding the provided JSON configuration to your Claude Config JSON file. The server runs via npx with the package @joshuarileydev/simulator-mcp-server.

Key features of iOS Simulator MCP Server

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

Use cases of iOS Simulator MCP Server

FAQ from iOS Simulator MCP Server

What does the iOS Simulator MCP Server do?

It allows programmatic control of iOS simulators, including listing, booting/shutting down, installing .app bundles, and launching apps by bundle ID.

How do I install the iOS Simulator MCP Server?

Add the following to your Claude Config JSON file: {"mcpServers": {"simulator": {"command": "npx", "args": ["y", "@joshuarileydev/simulator-mcp-server"]}}}.

What features are available with this server?

The server supports listing simulators, booting and shutting them down, installing .app bundles, and launching installed apps by bundle ID.

コメント

「その他」の他のコンテンツ