MCP server to control Chrome from any AI agent — tabs, navigation, clicks, forms, screenshots, console logs, GIF recording, and more.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-chrome-bridge": {
"command": "npx",
"args": [
"-y",
"wizardofweb125-lab/mcp-chrome-bridge"
]
}
}
}
Run in terminal:
claude mcp add mcp-chrome-bridge npx -y wizardofweb125-lab/mcp-chrome-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-chrome-bridge": {
"command": "npx",
"args": [
"-y",
"wizardofweb125-lab/mcp-chrome-bridge"
]
}
}
}
Topics
ai-agentbrowser-automationchromechrome-extensionmcpmcp-servermodel-context-protocolwebsocket