From domscribe
Local stdio MCP server from Domscribe for DOM-related tools like inspection, description, or generation in web development. No API keys or external connections required.
npx claudepluginhub patchorbit/domscribe --plugin domscribeAdd to your .mcp.json:
{
"mcpServers": {
"domscribe": {
"command": "npx",
"args": [
"-y",
"@domscribe/mcp"
]
}
}
}npx