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

harshal-mcp-proxy Now on npm: Single Daemon Replaces 12 MCP Server Configs
Tools

harshal-mcp-proxy Now on npm: Single Daemon Replaces 12 MCP Server Configs

harshal-mcp-proxy is now available as a 54 kB npm package. Install globally, run as a daemon, and replace 12 separate MCP server configs with 6 tools, saving ~2.7 GB RAM and ~50K tokens per session.

OpenClawRadar
Reframe slash command for Claude Code applies cognitive science technique to problem-solving
Tools

Reframe slash command for Claude Code applies cognitive science technique to problem-solving

A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

OpenClawRadar
OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction
Tools

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction

openclaw-alexa-voice is a Node.js proxy that connects an Alexa Custom Skill to the OpenClaw gateway with a three-tier response system for voice queries. It handles fast responses under 1 second, agent responses under 12 seconds, and deferred complex queries processed asynchronously within 2 minutes.

OpenClawRadar
OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord
Tools

OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord

OpenBridge is a free, open-source tool that lets you control Claude Code from Slack or Discord, organizing projects as channels and conversations as threads. It runs locally or on a VPS and works with existing Claude Code/Codex subscriptions without extra API fees.

OpenClawRadar