Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Here is a step-by-step guide on how to connect to a running Chrome Stable instan

**Step 1: Configure the MCP client**

Add the `--browser-url` option to your MCP client configuration. The value of this option should be the URL of the running Chrome instance. `http://localhost:9222` is a common default.
Add the `--browser-url` option to your MCP client configuration. The value of this option should be the URL of the running Chrome instance. `http://127.0.0.1:9222` is a common default.

```json
{
Expand All @@ -349,7 +349,7 @@ Add the `--browser-url` option to your MCP client configuration. The value of th
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--browser-url=http://localhost:9222"
"--browser-url=http://127.0.0.1:9222"
]
}
}
Expand Down