{ "name": "chrome-bridge-mcp", "mcpName": "io.github.frsorrentino/chrome-bridge", "version": "1.17.0", "type": "module", "description": "MCP server with 59 tools for browser automation via Chrome extension. Works on ChromeOS/Crostini.", "main": "server/index.js", "bin": { "chrome-bridge-mcp": "server/index.js", "chrome-bridge": "server/cli.js" }, "scripts": { "start": "node server/index.js", "test": "node --test test/unit/*.test.js", "test:unit": "node --test test/unit/*.test.js", "test:e2e": "node test/test-devtools.js", "test:e2e:launch": "CHROME_BRIDGE_PORT=8799 node test/test-devtools.js --launch", "measure": "node tools/measure-schema.mjs", "bench:latency": "node bench/latency.mjs" }, "keywords": [ "mcp", "chrome", "browser-automation", "claude-code", "chromeos", "crostini", "devtools", "websocket", "chrome-extension", "accessibility", "testing" ], "author": "frsorrentino", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/frsorrentino/chrome-bridge.git" }, "homepage": "https://github.com/frsorrentino/chrome-bridge#readme", "bugs": { "url": "https://github.com/frsorrentino/chrome-bridge/issues" }, "files": [ "server/", "tools/", "skills/", "extension/", "install.sh", "README.md" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "@jridgewell/trace-mapping": "^0.3.31", "@modelcontextprotocol/sdk": "^1.12.0", "node-html-parser": "^9.0.0", "ws": "^8.18.0" } }