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

评论

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