MCP server from JoshuaRileyDev/simulator-mcp-server
{
"joshuarileydev-simulator-mcp-server": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/simulator-mcp-server"
],
"env": {}
}
}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"
]
}
}
}
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"
]
}
}
}
Related MCP Servers
git
Model Context Protocol Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
serena
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
modelcontextprotocol
Connect APIs, remarkably fast. Free for developers.
Figma
MCP server to provide Figma layout information to AI coding agents like Cursor
genai-toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
