Files
tutortool/conductor/fix-playwright-mcp-config.md
2026-04-29 04:38:26 +02:00

786 B

Objective

Fix the Playwright MCP configuration in Gemini CLI by aligning it with the working Claude Code configuration.

Key Files & Context

  • .gemini/settings.json: This file currently contains the incorrect configuration pointing to /opt/google/chrome/chrome.

Implementation Steps

  1. Update .gemini/settings.json to modify the args array for the playwright mcpServer.
  2. Remove the --browser and chrome arguments.
  3. Update --executable-path to point to /home/mpuchstein/.cache/ms-playwright/chromium-1208/chrome-linux64/chrome (the working binary used by Claude).

Verification & Testing

After updating the configuration, the user will need to restart the Gemini CLI session to apply the changes and verify that the Playwright MCP tools function correctly.