Devcdp runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm. Last commit 11 Sep 2026.
Chrome DevTools for AI assistants: console, network, DOM, source maps, breakpoints, live variables.
We read the source, 2 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const v = execFileSync(process.platform === "win32" ? "npm.cmd" : "npm",
async eval(expression, opts = {}) {
.some(m => fs.existsSync(path.join(cwd, m)));
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add devcdp -- npx -y devcdp
{
"mcpServers": {
"devcdp": {
"args": [
"-y",
"devcdp"
],
"command": "npx"
}
}
}
[mcp_servers.devcdp]
command = "npx"
args = ["-y", "devcdp"]
{
"mcpServers": {
"devcdp": {
"args": [
"-y",
"devcdp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"devcdp": {
"args": [
"-y",
"devcdp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DEVCDP_CHROME_PATH (Path to the Chrome executable, when it is not on the default install path.), DEVCDP_LOG_LEVEL (Server log verbosity on stderr: debug, info, warn or error.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Chrome DevTools
MCP server for Chrome DevTools
MCP server for Chrome DevTools
Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.
Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
Browser sessions, checkpoints, rewind, fork, lineage, and lifecycle tools for brawsr.
Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.
Answers built from our own checks of this server.