chrome-mcp-server
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
getConsoleLogs
Obtains console logs
getConsoleErrors
Obtains console errors
getNetworkErrorLogs
Obtains network error logs
getNetworkSuccessLogs
Obtains network success logs
takeScreenshot
Captures a screenshot of the page
getSelectedElement
Obtains information about the selected element
wipeLogs
Clears all stored logs