Skip to content
Cursor

bezelbub mcp for Cursor

io.github.cwooddgr/bezelbub-mcp

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

client:Cursor transport:stdio runtime:npm

Install bezelbub mcp in Cursor

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

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

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

bezelbub mcp in other clients