Skip to content
Cursor

AppContext for Cursor

dev.appcontext/appcontext

Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.

client:Cursor transport:stdio runtime:npm

Install AppContext in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AppContext in other clients