Back to Directory
general
Browser CDP MCP
Control browser via Chrome DevTools Protocol - full CDP access
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release: Control browsers with full Chrome DevTools Protocol access.
- Provides raw CDP method calls via cdp_send for advanced operations.
- Includes convenience tools: screenshot, get_url, and close_browser.
- Supports navigation, DOM manipulation, JS execution, network management, input simulation, emulation, and more through CDP.
- Detailed usage examples and code snippets included in documentation.
- Reference to official CDP protocol documentation for full capabilities.