lookin-mcp — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentslookin-mcp
    Back to Agents
    lookin-mcp

    lookin-mcp

    hepiao3 March 30, 2026
    2 copies 0 downloads

    MCP Server for iOS UI inspection — lets any AI agent (Claude Code, Cursor, Codex, etc.) inspect live iOS app UI hierarchy, attributes, and screenshots via LookinServer, no Lookin.app required.

    Agent Definition
    # lookin-mcp-ios
    
    MCP Server for iOS UI inspection — lets any AI agent (Claude Code, Cursor, Codex, etc.) inspect live iOS app UI hierarchy, attributes, and screenshots via LookinServer, no Lookin.app required.
    
    ---
    
    ## Prerequisites
    
    - iOS App integrated with [LookinServerMCP](https://github.com/hepiao3/LookinServer), running on simulator or device
    - Node.js 18+
    
    ### iOS Integration
    
    Add the following to your `Podfile`:
    
    ```ruby
    pod 'LookinServerMCP', :configurations => ['Debug']
    ```
    
    > Only included in Debug builds — safe to leave in your Podfile permanently.
    
    ---
    
    ## How It Works
    
    ### Device Support
    
    The MCP Server supports both iOS simulators and physical devices:
    
    **iOS Simulator:**
    ```
    AI Agent (Claude Code / Cursor / Codex / ...)
        ↓ stdio (MCP protocol)
    lookin-mcp-ios (Node.js)
        ↓ HTTP local port
    LookinServer (embedded in iOS App)
    ```
    
    **Physical Device:**
    ```
    AI Agent (Claude Code / Cursor / Codex / ...)
        ↓ stdio (MCP protocol)
    lookin-mcp-ios (Node.js)
        ↓ native usbmuxd socket (/var/run/usbmuxd)
        ↓ TCP proxy on :47191
    LookinServer (embedded in iOS App)
    ```
    
    ### Device Selection
    
    - **Single device**: Automatically connects when the app starts
    - **Multiple devices**: Prompts user to select device via `lookin_connect_device` tool
    - **Device events**: Automatically reconnects when a physical device is unplugged (falls back to simulator)
    
    ---
    
    ## Installation
    
    ### Claude Code
    
    ```bash
    Claude MCP add --scope user lookin -- npx -y lookin-mcp-ios
    ```
    
    ### Cursor
    
    Add to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` in your project root:
    
    ```json
    {
      "mcpServers": {
        "lookin": {
          "command": "npx",
          "args": ["-y", "lookin-mcp-ios"]
        }
      }
    }
    ```
    
    ### Codex
    
    Add to `~/.codex/config.yaml`:
    
    ```yaml
    mcp_servers:
      - name: lookin
        command: npx
        args:
          - -y
          - lookin-mcp-ios
    ```
    
    ---
    
    ## Tools
    
    ### `lookin_list_devices`
    
    Lists all connectable iOS targets: USB physical devices and booted simulators.
    
    **Parameters:** None
    
    

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.