Skip to main content
Glama
JoshuaRileyDev

simulator-mcp-server

iOSシミュレータMCPサーバー

iOSシミュレータをプログラムで制御できるモデルコンテキストプロトコル(MCP)サーバー。このサーバーはMCP仕様を実装し、標準化されたインターフェースを通じてシミュレータの機能を提供します。

特徴

  • 利用可能なiOSシミュレータの一覧

  • ブートおよびシャットダウンシミュレータ

  • シミュレータに.appバンドルをインストールする

  • バンドルIDでインストールされたアプリを起動する

Related MCP server: MCP Server for iOS Simulator

インストール

Claude Config JSONファイルに以下を追加します

{
  "mcpServers": {
    "simulator": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/simulator-mcp-server"
      ]
    }
  }
}
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/simulator-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server