Odel
real browser mcp

real browser mcp

Local
@ofershap49JavaScriptMITUpdated 2w ago

MCP server + Chrome extension for AI browser control with real sessions.

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).

npmreal-browser-mcpv1.2.1

Run

npx -y real-browser-mcp

MCP client config

{
  "mcpServers": {
    "real-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "real-browser-mcp"
      ]
    }
  }
}