MCP Hub
Back to servers

@argustest/argus

iOS Device Monitoring for AI Development - MCP Server for Claude Code

Updated
Feb 17, 2026

Quick Install

npx -y @argustest/argus

ArgusTest

iOS Device Monitoring for AI Development

ArgusTest gives AI coding assistants real-time access to your physical iOS device — screenshots, crash logs, device state, and Sentry integration — via the Model Context Protocol (MCP).

Connect your iPhone via USB. Your AI assistant sees what your app is doing. That's it.


Install

npm install -g @argustest/argus

The installer automatically downloads the correct binary for your Mac:

ArchitectureBinary
Apple Silicon (M1/M2/M3/M4)argus-macos-arm64
Intelargus-macos-x86_64

After install, add to your Claude Code MCP config:

{
  "mcpServers": {
    "argus": {
      "command": "argus-mcp"
    }
  }
}

How It Works

┌─────────────┐    USB     ┌─────────────┐    MCP     ┌─────────────┐
│   iPhone    │───────────▶│   ArgusTest  │───────────▶│  Claude /   │
│  (physical) │            │  MCP Server  │            │  AI Agent   │
└─────────────┘            └─────────────┘            └─────────────┘
                                 │
                                 ▼
                          ┌─────────────┐
                          │   Sentry    │
                          │  Fallback   │
                          └─────────────┘
Device StateMonitoring ModeWhat AI Can Access
USB connectedUSB PrimaryScreenshots, crash logs, real-time errors, device info, Sentry
USB disconnectedSentry FallbackSentry issues, error trends, release health

Monitoring mode switches automatically when you connect or disconnect your device.

MCP Tools Available

When connected via MCP, your AI assistant gets access to these tools:

ToolDescription
get_device_infoDevice model, iOS version, battery, storage
take_screenshotCapture the current screen
get_crash_logsRecent crash reports with stack traces
get_device_errorsReal-time error stream
get_sentry_issuesSentry issues for your project
get_device_statusConnection state and monitoring mode
health_checkFull system diagnostics

Requirements

  • macOS 12.0+
  • Physical iOS device connected via USB
  • Xcode Command Line Tools
  • Node.js 18+ (for npm install)

Links

About This Repository

This repository hosts the CI build infrastructure and binary releases for ArgusTest. Both arm64 (Apple Silicon) and x86_64 (Intel) binaries are built automatically in CI and attached to each GitHub Release.

When you run npm install -g @argustest/argus, the postinstall script downloads the correct binary for your Mac from the latest release here.

License

Proprietary software. See argustest.dev/terms for license terms.

Copyright (c) 2026 Able Varghese. All Rights Reserved.

Reviews

No reviews yet

Sign in to write a review