Skip to content
VS Code

bezelbub mcp for VS Code

io.github.cwooddgr/bezelbub-mcp

Frame screenshots and screen recordings in Apple device bezels (device mockups). macOS only.

client:VS Code transport:stdio runtime:npm

Install bezelbub mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bezelbub-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dgr_labs/bezelbub-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bezelbub mcp in other clients