Smart Dom Reader
Freeby MCP Community
Token-efficient DOM extraction for AI agents - Extract interactive elements, semantic structure, and stable CSS selectors for LLM-powered browser automation
v2.2.0Added Apr 12, 2026
mcpmodel-context-protocolbrowserdomextraction
Smart Dom Reader MCP Server
Token-efficient DOM extraction for AI agents - Extract interactive elements, semantic structure, and stable CSS selectors for LLM-powered browser automation
Installation
npx -y @mcp-b/smart-dom-reader
Reviews
Installation
Quick install
npx -y @mcp-b/smart-dom-reader
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-dom-reader": {
"command": "npx",
"args": ["-y", "@mcp-b/smart-dom-reader"]
}
}
}