Developer Tools
Trust: 39/100 (Limited)io.github.cherchyk/browser Guide
MCP server for loading authenticated web pages using Chrome DevTools Protocol
4 starsby cherchyk
Quick Start
Install
npx mcpbrowserClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cherchyk-browser": {
"command": "npx",
"args": [
"mcpbrowser"
]
}
}
}