Skip to content
Cursor

baepsae for Cursor

io.github.oozoofrog/baepsae

Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge

client:Cursor transport:stdio runtime:npm

Install baepsae in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "baepsae": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-baepsae"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

baepsae in other clients