diff --git a/README.md b/README.md index 6d05631..2dda635 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # iOS Simulator MCP Server +[![smithery badge](https://smithery.ai/badge/@joshuarileydev/simulator-mcp-server)](https://smithery.ai/server/@joshuarileydev/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. @@ -10,6 +11,16 @@ A Model Context Protocol (MCP) server that provides programmatic control over iO - Launch installed apps by bundle ID ## Installation + +### Installing via Smithery + +To install iOS Simulator Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@joshuarileydev/simulator-mcp-server): + +```bash +npx -y @smithery/cli install @joshuarileydev/simulator-mcp-server --client claude +``` + +### Installing Manually Add the following to your Claude Config JSON file ``` { @@ -23,4 +34,4 @@ Add the following to your Claude Config JSON file } } } -``` \ No newline at end of file +```