Skip to content
VS Code

chrome-mcp for VS Code

io.github.mehmoodqureshi/chrome-mcp

Drive your real Chrome over MCP: real logins and cookies, multi-tab automation, deny-all by default.

client:VS Code transport:stdio runtime:npm

Install chrome-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "chrome-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mehmoodqureshi/chrome-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

chrome-mcp in other clients