browser-tools-mcp
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
File Explorer
Download Latest Version (.zip)- ci.yml
- connector.ts
- security.ts
- settings.ts
- store.ts
- extract.ts
- find-browser.ts
- runner.ts
- types.ts
- client.ts
- prompts.ts
- resources.ts
- server.ts
- har.ts
- image.ts
- logger.ts
- paths.ts
- redact.ts
- session.ts
- truncate.ts
- cli.ts
- connector-bin.ts
- doctor.ts
- index.ts
- runtime.ts
- audit.e2e.test.ts
- browser.e2e.test.ts
- inject-capture.e2e.test.ts
- panel.e2e.test.ts
- server.ts
- browser-available.ts
- fake-extension.ts
- port.ts
- attach.test.ts
- connector-flow.test.ts
- connector-security.test.ts
- mcp-server.test.ts
- mcp-stdio.test.ts
- multitab.test.ts
- resources.test.ts
- screenshot.test.ts
- verbose.test.ts
- extension-redact.test.ts
- find-browser.test.ts
- har.test.ts
- image.test.ts
- lighthouse-extract.test.ts
- lighthouse-flags.test.ts
- paths.test.ts
- redact.test.ts
- settings.test.ts
- store.test.ts
- truncate.test.ts
- package.json
- README.md
- tsconfig.json
- index.js
- package.json
- README.md
- devtools.html
- devtools.js
- manifest.json
- panel.html
- panel.js
- shared.js
- 2.0-audit.md
- TRIAGE.md
- .gitignore
- CHANGELOG.md
- LICENSE
- MIGRATION.md
- package-lock.json
- package.json
- README.md
- SECURITY.md
- server.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/AgentDeskAI/browser-tools-mcp
Downloads the entire project code from GitHub to your computer.
cd browser-tools-mcp
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm test # unit + integration, no browser required
Type this command into your terminal and run it.
npm run test:e2e # real Chromium with the extension loaded
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
