snapdom (MCP Server)

GitHub

High-performance engine for capturing, modifying, and converting DOM elements into any format.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "snapdom": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-snapdom"
      ]
    }
  }
}