A
licenseNot graded
qualityC
maintenanceLocal browser automation MCP server for Claude Code, enabling navigation, clicking, typing, and inspecting real web pages via Google Chrome.
17 npm
1
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools, chrome_open and chrome_close, are completely distinct actions with no overlap. Each serves a single clear purpose.
Both tools follow the consistent pattern 'chrome_<verb>', using snake_case and clear verb_noun structure.
With exactly two tools for opening and closing the bridge, the count is minimal but perfectly scoped for the server's intended role.
The tool set fully covers the lifecycle of the Chrome debugging instance (start and stop), with no necessary operations missing for this narrow domain.