Back to MCP directory
publicPublicdnsLocal runtime

element-mcp

一个Chrome扩展,用于选择和存储网页DOM元素。

article

README

🚀 元素 MCP

Element MCP 是一款 Chrome 扩展程序,它能让你在网页上轻松选择并存储 DOM 元素,为网页操作提供便利。

🚀 快速开始

Element MCP 使用步骤如下:

  1. 克隆仓库。
  2. 运行 bun start 启动服务器。
  3. 打开 Chrome 浏览器,转到 chrome://extensions/
  4. 点击“加载 unpacked”并选择 extension 目录。
  5. 点击“Element MCP”启用扩展程序。
  6. 在网页上选择一个元素。
  7. 该元素将被存储在服务器中。

✨ 主要特性

  • 可选择并存储网页上的 DOM 元素。
  • 能在表格中查看存储的元素。

📄 许可证

致谢

图标由 Yogi Aprelliyanto - Flaticon 创建

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