LearnNewsExamplesServices
Frontmatter
id7387
titleCreate Guide for Chrome DevTools MCP Server
stateClosed
labels
documentationenhancementhelp wantedgood first issuehacktoberfestai
assigneeskart-u
createdAtOct 6, 2025, 12:29 PM
updatedAtOct 8, 2025, 10:57 PM
githubUrlhttps://github.com/neomjs/neo/issues/7387
authortobiu
commentsCount2
parentIssue7385
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 8, 2025, 10:57 PM

Create Guide for Chrome DevTools MCP Server

Closed v11.0.0 documentationenhancementhelp wantedgood first issuehacktoberfestai
tobiu
tobiu commented on Oct 6, 2025, 12:29 PM

To ensure that human and AI developers can successfully set up and use the Chrome DevTools Model Context Protocol (MCP) server, a new guide needs to be created. This guide will live in learn/guides/ai/ and will provide clear instructions for installation and troubleshooting.

Acceptance Criteria

  1. A new markdown file is created at learn/guides/ai/ChromeDevToolsMcpServer.md.
  2. The guide explains the purpose of the MCP server.
  3. The guide explicitly states that Node.js v22.12.0 or higher is a strict requirement.
  4. The guide explains how the MCP server is configured in .gemini/settings.json.
  5. The guide provides basic troubleshooting steps, including how to check the server status and log files.
tobiu added the documentation label on Oct 6, 2025, 12:29 PM
tobiu added the enhancement label on Oct 6, 2025, 12:29 PM
tobiu added parent issue #7385 on Oct 6, 2025, 12:29 PM
tobiu added the help wanted label on Oct 6, 2025, 12:29 PM
tobiu added the good first issue label on Oct 6, 2025, 12:29 PM
tobiu added the hacktoberfest label on Oct 6, 2025, 12:29 PM
tobiu added the ai label on Oct 6, 2025, 12:29 PM
tobiu referenced in commit 522e5d0 - "#7387 early draft version" on Oct 6, 2025, 12:32 PM
tobiu
tobiu Oct 6, 2025, 10:40 PM

This is a really exciting epic from a R&D perspective (literally bleeding edge).

Hint: for the MCP server to run, you need node v22.20 or higher. Otherwise gemini fails silently when trying to start it (damn, this did cost me time).

Let me give you more input:

Image

Gemini tried several commands at first, none worked. Then it googled for quite some time. Result: "After installation, using this server requires restarting the terminal, meaning ending our session. Why did Google not include such a crucial detail into their blog post?"

The memory core resolved this gracefully (not starting from 0 again):

Image

Current testing:

Image

DOM access works, and this is indeed huge, since Gemini can now examine the output of code. After the MCP server is started, Gemini was self-aware of the available tools. However, I think this guide is still valuable, even when it means maintenance work for us when the server gets extended.

tobiu assigned to @kart-u on Oct 6, 2025, 10:40 PM
tobiu closed this issue on Oct 8, 2025, 10:57 PM
tobiu referenced in commit 9ca5314 - "Create Guide for Chrome DevTools MCP Server #7387" on Oct 8, 2025, 10:57 PM
tobiu referenced in commit dc6ee30 - "#7387 md ticket update (issue number was missing)" on Oct 8, 2025, 11:01 PM