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.

评论

其他 分类下的更多 MCP 服务器