MCP-K8s-Lens provides a bridge between Claude and the Kubernetes Lens desktop application, enabling AI assistants to interact with and analyze Kubernetes clusters through automated UI interactions. Built by Hung-Han Chen, this implementation uses Playwright to control the Lens Desktop application, offering tools for taking screenshots of the interface and capturing console logs with filtering capabilities. The server runs on stdio transport for seamless integration with Claude Desktop, making it particularly valuable for DevOps engineers who need AI assistance with Kubernetes cluster management without leaving their conversation interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Capture screenshots of the entire Lens Desktop page or specific elements. Parameters: screenshot-name (string, required), selector (string, optional), fullPage (boolean, optional, default: false)
Capture the logs from Lens Desktop renderer process.