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"
]
}
}
}
Server Terkait
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Behavioural Prediction MCP
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.
Pickapicon
Quickly retrieve SVGs using the Iconify API, with no external data files required.
Claude Code Bridge
A bridge server connecting Claude Desktop with the Claude Code agent API.
Base64 Encode/Decode
A simple and efficient MCP server for Base64 encoding and decoding of text and images.
Note MCP
MCP servers for Notecard, Notehub, and general development.
GraphQL Schema
Exposes GraphQL schema information to LLMs, allowing them to explore and understand the schema using specialized tools.
Studio MCP
Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.
Rongda MCP Server
An MCP server for Rongda that supports authentication through environment variables.
MCP Tools
Provides file system and command execution tools for LLM clients like Claude Desktop.
Python MCP Server for Code Graph Extraction
Extracts and analyzes Python code structures, focusing on import/export relationships.