MCP.so
ログイン

📱 MCP Server for iOS Simulator

@InditexTech

📱 MCP Server for iOS Simulator について

A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

node

トランスポート

stdio

公開者

InditexTech

設定

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

{
  "mcpServers": {
    "ios-simulator": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-simulator-ios-idb/dist/index.js"
      ],
      "env": {}
    }
  }
}

ツール

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

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

概要

What is MCP Server for iOS Simulator?

A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands. It bridges Large Language Models and iOS simulators for comprehensive control.

How to use MCP Server for iOS Simulator?

Install via Cline by asking it to add the server from its GitHub repository, or manually by cloning the repo, installing dependencies with npm install, building with npm run build, and starting with npm start. Then add the server to your MCP settings in Claude Desktop or use it as a library within your own projects.

Key features of MCP Server for iOS Simulator

  • Control iOS simulators with natural language commands
  • Install, launch, and uninstall applications
  • Perform UI interactions like taps and swipes
  • Capture screenshots and record simulator videos
  • Access and manage simulator crash logs
  • Simulate location, inject media, handle URL schemes

コメント

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