File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
85Fork 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
You can’t perform that action at this time.
0 commit comments