Control a dedicated Chrome, Edge, or Vivaldi browser profile from Claude Desktop using this secure MCP server with Chrome DevTools Protocol support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"browser-integration-": {
"command": "npx",
"args": [
"-y",
"Superciliaryridgeboomerang564/browser-integration-mcp"
]
}
}
}
Run in terminal:
claude mcp add browser-integration- npx -y Superciliaryridgeboomerang564/browser-integration-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"browser-integration-": {
"command": "npx",
"args": [
"-y",
"Superciliaryridgeboomerang564/browser-integration-mcp"
]
}
}
}