Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
```
{
Expand All @@ -23,4 +34,4 @@ Add the following to your Claude Config JSON file
}
}
}
```
```