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 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论