Pepper MCP Server for iOS Simulator Interaction and Debugging

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
Pepper MCP Server for iOS Simulator Interaction and Debugging
Ad

Pepper is an MCP server that enables AI agents to directly interact with and debug iOS simulator applications in real time. It works by injecting a dynamic library (dylib) into the iOS simulator app process using the DYLD_INSERT_LIBRARIES environment variable.

Core Functionality

Under the hood, Pepper runs a WebSocket server inside the iOS app process. The MCP server connects to this WebSocket bridge and provides structured access to the application's internal state, allowing agents to understand what's happening rather than relying on screenshots or previews.

Specific Capabilities

  • Read the screen content
  • Tap buttons and scroll
  • Inspect live Swift variables at runtime
  • Check network traffic
  • Toggle feature flags
  • Run accessibility audits
  • Access the full view hierarchy
  • Examine runtime state and app internals
Ad

Practical Applications

The creator uses Pepper for multiple development tasks:

  • PR validation
  • Bug reproduction
  • Building full features end-to-end
  • Verifying agent-generated code in parallel development workflows

The repository itself is built by agents running in parallel, using Pepper to verify their own work as they go.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Fine-tuned Qwen3-0.6B model outperforms 120B teacher on structured function calling
Tools

Fine-tuned Qwen3-0.6B model outperforms 120B teacher on structured function calling

Distil Labs published an end-to-end pipeline that fine-tunes a Qwen3-0.6B model to achieve 79.5% exact match on IoT smart home function calling, outperforming a 120B teacher model by 29 points. The pipeline uses production traces to generate synthetic training data without manual annotation.

OpenClawRadar
Developer Builds LibraHQ App to Solve AI Agent Memory Problem
Tools

Developer Builds LibraHQ App to Solve AI Agent Memory Problem

A developer created LibraHQ, a free notes app that serves as a shared memory layer between chatbots and coding agents. The app records important notes and decisions from chats and stores them for future sessions, addressing the problem of AI agents forgetting previously made decisions.

OpenClawRadar
Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Tools

Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features

Orc is an open-source tool that orchestrates AI coding agents across projects with a local TUI interface. The latest release adds planning as a first-class phase, notification systems for human intervention, and natural language lifecycle hooks.

OpenClawRadar
Local-first AI tax preparer with encrypted PII built on MCP
Tools

Local-first AI tax preparer with encrypted PII built on MCP

A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

OpenClawRadar