bootbox

GitHub

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework

5,027 stars JavaScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bootbox": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bootbox"
      ]
    }
  }
}