iOS Simulator MCP Server
A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface.
Features
- List available iOS simulators
- Boot and shutdown simulators
- Install .app bundles on simulators
- Launch installed apps by bundle ID
Installation
Add the following to your Claude Config JSON file
{
"mcpServers": {
"simulator": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
]
}
}
}
前提条件
- •サーバーのドメインに精通している
- •関連技術の基本的な理解
- •Developer Toolsの知識
おすすめのサーバー
詳細
もっと見る
Quarkus Mcp Server
This extension enables developers to implement the MCP server features easily.
Mcp Pif
A MCP implementation of the personal intelligence framework (PIF)
World_bank_mcp_server
An implementation of the Model Context Protocol for the World Bank open data API
Mcp Server Qwen_max
MCP server for Qwen Max model