Skip to main content
Glama

Chrome Tools MCP Server

by nicholmikey

execute_script

Execute JavaScript code in a specified Chrome tab using the Chrome Tools MCP Server, enabling remote control and automation of browser interactions.

Input Schema

NameRequiredDescriptionDefault
scriptYesJavaScript code to execute in the tab
tabIdYesID of the Chrome tab to execute the script in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "script": { "description": "JavaScript code to execute in the tab", "type": "string" }, "tabId": { "description": "ID of the Chrome tab to execute the script in", "type": "string" } }, "required": [ "tabId", "script" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Tools 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/nicholmikey/chrome-tools-MCP'

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