Token导航 LogoToken导航TokenDH.com
domshot (Adtac) logo
浏览器工具未说明官方级别未说明来源级核验

domshot (Adtac)

MCP Server

一个通过MCP服务器获取浏览器DOM元素截图的服务,适用于网页开发和调试。

工具数

1

提示词数

0

GitHub Stars

6

资源数

0
开发工具JavaScriptClaude浏览器自动化Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

adtac

提供方

adtac

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

domshot

MCP服务器获取DOM元素的浏览器截图。

https://github.com/user-attachments/assets/1ab36d65-32be-42f5-b3fc-97618c2e96a7

安装

$ git clone https://github.com/adtac/domshot.git
$ claude mcp add domshot -- $PWD/domshot/mcp.sh

重启克劳德。

用法

将此粘贴到 控制台 选项卡 Chrome工具 在您要授予Claude访问权限的页面上:

const el = document.createElement("script"); el.src = "http://localhost:8000/embed.js"; document.head.appendChild(el);

然后让克劳德打电话来 get_browser_screenshot 并描述结果。

See example

$ claude
╭───────────────────────────────────────────────────╮
│ ✻ Welcome to Claude Code!                         │
│                                                   │
│   /help for help, /status for your current setup  │
│                                                   │
│   cwd: /Users/user/src/tmp/domshot                │
╰───────────────────────────────────────────────────╯

> call get_browser_screenshot tool and describe the result

⏺ I'll call the browser screenshot tool and describe what I see.

⏺ domshot:get_browser_screenshot (MCP)
  ⎿  
  ⎿  [Image]

⏺ The screenshot shows a simple red webpage with the text "RED" displayed in white text, centered on a solid
  red background.

许可证

麻省理工学院

目录标签

目录标签

开发工具JavaScriptClaude浏览器自动化网页截图本地部署DOM操作

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP