Odel
MCPBrowser

MCPBrowser

Local
@cherchyk8JavaScriptMITUpdated 3w ago

MCP server for loading authenticated web pages using Chrome DevTools Protocol

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcpbrowserv0.2.1

Run

npx -y mcpbrowser

MCP client config

{
  "mcpServers": {
    "mcpbrowser": {
      "command": "npx",
      "args": [
        "-y",
        "mcpbrowser"
      ]
    }
  }
}