An MCP Server that enables AI assistants to interact with your local browsers.
Standard I/O
npm package
npm install rootAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"root": {
"args": [
"index.js"
],
"command": "node"
}
}
}