iOS 模拟器 MCP 服务器
一个模型上下文协议 (MCP) 服务器,提供对 iOS 模拟器的编程控制。该服务器实现了 MCP 规范,可通过标准化接口公开模拟器功能。
特征
列出可用的 iOS 模拟器
启动和关机模拟器
在模拟器上安装 .app 包
通过 bundle ID 启动已安装的应用程序
Related MCP server: MCP Server for iOS Simulator
安装
将以下内容添加到您的 Claude Config JSON 文件中
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
]
}
}
}This server cannot be installed
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.