From de54e80930cbd6ab03ac456d445baf238357ebdf Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:20:22 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 +```