devtools-mcp

devtools-mcp

3.4

If you are the rightful owner of devtools-mcp 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.

A MCP server that provides Chrome DevTools Protocol access to LLMs.

The devtools-mcp server is designed to bridge the gap between Chrome DevTools Protocol (CDP) and large language models (LLMs). By leveraging the power of CDP, this server allows users to execute any CDP command through a simple interface, making it easier to interact with and automate tasks in Chrome. The server handles binary data automatically, ensuring that large responses such as screenshots and PDFs are efficiently managed and saved to files. This setup is particularly useful for developers and researchers who need to integrate browser automation with LLMs, providing a seamless way to execute complex browser tasks programmatically.

Features

  • Execute any CDP command through the `cdp_command` tool.
  • Automatic handling of binary data, saving large responses to files.
  • Simple setup with Chrome's remote debugging feature.
  • Integration with local MCP servers for enhanced functionality.
  • Efficient management of browser automation tasks.