Back to MCP directory
publicPublicdnsLocal runtime

Kubernetes Lens

一个提供Lens Desktop自动化能力的MCP服务器

article

README

🚀 mcp-k8s-len

mcp-k8s-len是一个提供Len桌面自动化能力的模型上下文协议服务器,它能够实现Len桌面页面截图捕捉以及控制台日志监控,为Len桌面的自动化操作提供了有力支持。

✨ 主要特性

  • 📸 可捕捉整个Len桌面页面或特定元素的截图。
  • 📊 能监控控制台日志。

📚 详细文档

组件

工具

len Desktop 截图

此工具可捕捉整个Len桌面页面或特定元素的截图。以下是使用该工具时的请求参数示例:

{
  "名称": "截图名称",      // 必填项
  "选择器": "#元素-id",    // 可选
  "全屏": 真              // 可选,默认:false
}
len Desktop 控制台日志

该工具用于捕捉Len桌面渲染进程的日志记录。

📄 致谢

本项目的主要灵感来源于 GitHub链接

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client