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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.