Skip to content

Commit 01895fc

Browse files
authored
Revise README for brave-devtools-mcp
Updated README to clarify the purpose and features of brave-devtools-mcp, highlighting its adaptation for Brave Browser and removing telemetry data.
1 parent 36008b6 commit 01895fc

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
11
# Brave DevTools MCP
22

3-
`brave-devtools-mcp` lets your coding agent (such as Gemini, Claude, Cursor or Copilot)
4-
control and inspect a live Brave browser. It acts as a Model-Context-Protocol
5-
(MCP) server, giving your AI coding assistant access to the full power of
6-
DevTools for reliable automation, in-depth debugging, and performance analysis.
3+
Modified version of `chrome-devtools-mcp` without telemetry data and adapted to work with brave. Plug and play as it is just a Chromium browser.
74

85
Fork of [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp), adapted for Brave Browser.
96

10-
## [Tool reference](./docs/tool-reference.md) | [Changelog](./CHANGELOG.md) | [Contributing](./CONTRIBUTING.md) | [Troubleshooting](./docs/troubleshooting.md) | [Design Principles](./docs/design-principles.md)
11-
12-
## Key features
13-
14-
- **Get performance insights**: Uses [Chrome
15-
DevTools](https://github.com/381sm016/brave-devtools-mcp) to record
16-
traces and extract actionable performance insights.
17-
- **Advanced browser debugging**: Analyze network requests, take screenshots and
18-
check browser console messages (with source-mapped stack traces).
19-
- **Reliable automation**. Uses
20-
[puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in
21-
Brave and automatically wait for action results.
22-
237
## Disclaimers
248

259
`brave-devtools-mcp` exposes content of the browser instance to the MCP clients

0 commit comments

Comments
 (0)