iOS Simulator MCP Server
@MCP-Mirror
iOS Simulator MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを 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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント