# bootboxjs/bootbox | Model Context Protocol (MCP) Server > Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework - **Stars**: ⭐ 5,027 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bootbox": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bootbox" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bootbox": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bootbox" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bootbox` - **Docker**: `docker run -i --rm mcp/bootbox`