Back to Apps

Domshot
Supports UIby adtac
Fetch browser screenshots of specific DOM elements for AI vision analysis.
0 stars
Works in:claude
Exposes:Tools
What it does
Domshot provides an MCP server that allows AI agents to capture precise screenshots of individual DOM elements from a web page, enabling visual verification of UI components and layout analysis.
Tools
get_browser_screenshot: Captures a screenshot of the current browser state or specific elements to be described by the AI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"domshot": {
"command": "/path/to/domshot/mcp.sh"
}
}
}
Supported hosts
- Claude Desktop
Quick install
git clone https://github.com/adtac/domshot.git && claude mcp add domshot -- $PWD/domshot/mcp.shInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"domshot": {
"command": "/path/to/domshot/mcp.sh"
}
}
}





