A MCP server that provides Chrome DevTools Protocol access to LLMs
Overview
what is devtools-mcp?
devtools-mcp is a server that provides access to the Chrome DevTools Protocol (CDP) for interacting with large language models (LLMs).
how to use devtools-mcp?
To use devtools-mcp, start Chrome with remote debugging enabled, install the necessary dependencies, and add it as a local MCP server. You can then execute CDP commands through the cdp_command tool.
key features of devtools-mcp?
- Execute any CDP command through the
cdp_commandtool. - Automatic handling of binary data, saving large responses like screenshots and PDFs to files.
use cases of devtools-mcp?
- Automating web interactions using CDP commands.
- Integrating LLMs with web debugging tools.
- Capturing and processing web page data programmatically.
FAQ from devtools-mcp?
- What is the purpose of devtools-mcp?
It allows developers to interact with LLMs using the Chrome DevTools Protocol, enabling automation and data handling.
- How do I set up devtools-mcp?
Follow the setup instructions to start Chrome with remote debugging, install dependencies, and configure the server.
- Can I use devtools-mcp with any version of Chrome?
It is recommended to use a compatible version of Chrome that supports the required CDP commands.