# bitnami/containers | Model Context Protocol (MCP) Server > Bitnami container images - **Stars**: ⭐ 4,420 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "containers": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-containers" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "containers": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-containers" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-containers` - **Docker**: `docker run -i --rm mcp/containers`