Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_evaluate

Execute JavaScript code within browser page context using Concurrent Browser MCP. Supports multiple parallel browser instances for efficient scripting and automation tasks.

Instructions

Execute JavaScript code in the page context

Input Schema

NameRequiredDescriptionDefault
instanceIdYesInstance ID
scriptYesJavaScript code to execute

Input Schema (JSON Schema)

{ "properties": { "instanceId": { "description": "Instance ID", "type": "string" }, "script": { "description": "JavaScript code to execute", "type": "string" } }, "required": [ "instanceId", "script" ], "type": "object" }

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/sailaoda/concurrent-browser-mcp'

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