Browser automation MCP server for AI agents via Chrome DevTools Protocol. Free tier — Pro tier available.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"public-browser": {
"command": "npx",
"args": [
"-y",
"Silbercue/public-browser"
]
}
}
}
Run in terminal:
claude mcp add public-browser npx -y Silbercue/public-browser
Add to .cursor/mcp.json:
{
"mcpServers": {
"public-browser": {
"command": "npx",
"args": [
"-y",
"Silbercue/public-browser"
]
}
}
}