# charmbracelet/bubbles | Model Context Protocol (MCP) Server > TUI components for Bubble Tea 🫧 - **Stars**: ⭐ 8,604 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bubbles": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bubbles" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bubbles": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bubbles" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bubbles` - **Docker**: `docker run -i --rm mcp/bubbles`