@scout-mobile/core
v0.2.3
Published
MCP server for AI-driven iOS Simulator control — screenshot, tap, swipe, type, and accessibility inspection
Maintainers
Readme
@scout-mobile/core
MCP server for AI-driven iOS Simulator control. Provides tools for screenshotting, tapping, swiping, typing, and inspecting the accessibility tree of iOS Simulator devices.
Install
npm install @scout-mobile/coreUsage
import { createScoutServer } from '@scout-mobile/core';
const server = createScoutServer();CLI
Scout includes a CLI binary for running the MCP server directly:
npx @scout-mobile/coreRequirements
- Node.js >= 20
- macOS with Xcode and iOS Simulator
- idb for gesture and accessibility tree support
License
AGPL-3.0 -- see LICENSE.
Part of the scout-mobile monorepo.
