chrome-mcp-server

chrome-mcp-server

3.3

If you are the rightful owner of chrome-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Chrome MCP Server is a Node.js server that integrates with the Chrome DevTools extension to provide debugging and monitoring functionalities for Cursor AI.

The Chrome MCP Server acts as a bridge between the Chrome DevTools extension and Cursor AI, enabling developers to capture console logs and errors, monitor network requests, capture screenshots, inspect selected elements, and clear logs. It is designed to enhance the debugging and monitoring capabilities of Cursor AI by providing a seamless integration with Chrome DevTools. The server can be run directly from GitHub, installed globally, or published on npm for ease of use. It features automatic JSON output formatting and port handling to ensure smooth operation. The server is intended for local development use and should not be exposed to the public internet without additional security measures.

Features

  • Captures console logs and errors
  • Monitors network requests (successes and errors)
  • Captures screenshots
  • Inspects selected elements
  • Clears logs

Tools

  1. getConsoleLogs

    Obtains console logs

  2. getConsoleErrors

    Obtains console errors

  3. getNetworkErrorLogs

    Obtains network error logs

  4. getNetworkSuccessLogs

    Obtains network success logs

  5. takeScreenshot

    Captures a screenshot of the page

  6. getSelectedElement

    Obtains information about the selected element

  7. wipeLogs

    Clears all stored logs