Skip to main content
Glama

Chrome Debug MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertheadley/chrome-debug-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server