iOS Simulator
Provides programmatic control over iOS simulators through a standardized interface.
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"
]
}
}
}
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Chainlink Feeds
Provides real-time access to Chainlink's decentralized on-chain price feeds.
MCP Command Server
A secure server for executing pre-approved system commands via an environment variable.
Kibana MCP Server
Access and interact with your Kibana instance using natural language or programmatic requests.
MCP Config Generator
A web tool for safely adding MCP servers to your Claude Desktop configuration.
Criage MCP Server
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
Buildkite
Integrate with the Buildkite API to search and manage CI/CD pipelines.
Test MCP Server
A sample MCP server implemented in Node.js for development and testing purposes.
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers.
LangSmith MCP Server
An MCP server for fetching conversation history and prompts from the LangSmith observability platform.
MCP Server + Asgardeo
A sample MCP server that uses Asgardeo for client authentication and connection.