Chrome Browser Control
Enables fine-grained control over Chrome browser instances through the Chrome DevTools Protocol, allowing web navigation, element interaction, text input, and content extraction with automatic handling of dynamic content.
37 stars
0 tools
Created Aug 2025
@lxe/lxe-chrome-browser-control-chrome-mcpAbout
Enables fine-grained control over Chrome browser instances through the Chrome DevTools Protocol, allowing web navigation, element interaction, text input, and content extraction with automatic handling of dynamic content.
Categories
general
Installation
npm
npm install @lxe/lxe-chrome-browser-control-chrome-mcp
Configuration
{
"mcpServers": {
"lxe-chrome-browser-control-chrome-mcp": {
"command": "npx",
"args": [
"-y",
"@lxe/lxe-chrome-browser-control-chrome-mcp"
]
}
}
}