🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

appcontext-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcontext-mcp

Connect AI coding agents to AppContext — live iOS Simulator and browser screenshots, Metro and console logs, and a personal MCP hub with per-tool policies. Bridges stdio MCP clients to the AppContext desktop app (macOS).

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

appcontext-mcp

Connect AI coding agents to AppContext from stdio-only MCP clients.

AppContext is a macOS desktop app that gives AI coding agents like Claude Code and Cursor live visual context — iOS Simulator and browser screenshots, console and Metro logs — over MCP, and works as a personal MCP hub with per-tool authorization policies.

Requirements

  • macOS with the AppContext app installed and running (its MCP server listens on http://localhost:7777/sse)
  • Node.js 18+

Usage

Most MCP clients can connect to AppContext's SSE endpoint directly — prefer that when supported:

{ "mcpServers": { "appcontext": { "url": "http://localhost:7777/sse" } } }

For stdio-only clients, use this bridge:

{ "mcpServers": { "appcontext": { "command": "npx", "args": ["-y", "appcontext-mcp"] } } }

Tools

fetch_device_status, fetch_liveview, fetch_recent_logs, fetch_web_console, switch_platform, get_browser_tabs, hub_status, hub_call, hub_policies — plus any tools from MCP servers you aggregate through the AppContext hub (namespaced server:tool).

MCP Hub features are free; Live View (screenshots/logs) requires AppContext Pro. Docs: https://appcontext.dev/docs/

Keywords

mcp

FAQs

Package last updated on 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts