mcp-browser-dev-tools
Local MCP server for Chromium DevTools Protocol and Firefox WebDriver BiDi
File Systemnpx -y mcp-browser-dev-tools{
"mcpServers": {
"mcp-browser-dev-tools": {
"command": "npx",
"args": [
"-y",
"mcp-browser-dev-tools"
]
}
}
}mcp-browser-dev-tools is a community MCP server that connects AI assistants like Claude to local mcp server for chromium devtools protocol and firefox webdriver bidi. It runs locally on your machine, keeping your data private and giving you full control over the connection. This lets Claude read, write, and organize files as part of any automated workflow.
About mcp-browser-dev-tools
Overview
Local MCP server for Chromium DevTools Protocol and Firefox WebDriver BiDi
Links
Topics
mcp, mcp-server, model-context-protocol, browser, devtools, cdp, webdriver-bidi, chromium, firefox, cli
Who Should Use mcp-browser-dev-tools?
- 1Control a browser and scrape the web through Claude
- 2Give Claude read/write access to files and folders on your machine
- 3Automate file organization, renaming, and batch processing tasks
- 4Let AI assistants generate, edit, and manage project files
How to Install mcp-browser-dev-tools
Before you start
You will need Node.js (v18 or later) installed on your machine — download it from nodejs.org if you haven't already.
- 1Open a terminal (Terminal on Mac, Command Prompt or PowerShell on Windows).
- 2Paste the install command above and press Enter — Node.js will download and run the server automatically.
- 3Add the server to your Claude Desktop config file (see the JSON snippet above) and restart Claude.
The Claude Desktop config snippet above can be copied and pasted directly into your claude_desktop_config.json file — no editing required.