Chrome Debug MCP Server

by robertheadley
Verified

evaluate

Execute JavaScript code directly in Chrome using the Chrome Debug MCP Server. Facilitates debugging, automation, and dynamic script evaluation for enhanced browser control and testing.

Instructions

Evaluate JavaScript in Chrome

Input Schema

NameRequiredDescriptionDefault
expressionYesJavaScript code to evaluate

Input Schema (JSON Schema)

{ "properties": { "expression": { "description": "JavaScript code to evaluate", "type": "string" } }, "required": [ "expression" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor