MCP.so
ログイン

iOS Simulator MCP Server

@JoshuaRileyDev

iOS Simulator MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

JoshuaRileyDev

設定

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

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

ツール

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

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

概要

What is iOS Simulator MCP Server?

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

How to use iOS Simulator MCP Server?

Install by adding the provided configuration to your Claude Config JSON file using npx. Once configured, you can list available simulators, boot and shutdown simulators, install .app bundles, and launch installed apps by bundle ID.

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

  • Automating simulator setup for testing
  • Managing multiple simulator configurations in CI/CD
  • Installing and launching test builds without manual interaction

FAQ from iOS Simulator MCP Server

コメント

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