CDP Browser Automation MCP Server - Chrome DevTools Protocol based browser automation via Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cdp-browser-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Tushar49/cdp-browser-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cdp-browser-mcp-serv npx -y Tushar49/cdp-browser-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdp-browser-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Tushar49/cdp-browser-mcp-server"
]
}
}
}