Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003
MIT License
  • Apple
  • Linux

executeJavaScript

Run custom JavaScript code on any webpage directly through PlayMCP Browser Automation Server, enabling dynamic interactions, data extraction, and testing with precision.

Instructions

Execute arbitrary JavaScript code on the current page and return the result

Input Schema

NameRequiredDescriptionDefault
scriptYesThe JavaScript code to execute on the page. Can be expressions or statements.

Input Schema (JSON Schema)

{ "properties": { "script": { "description": "The JavaScript code to execute on the page. Can be expressions or statements.", "type": "string" } }, "required": [ "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/jomon003/PlayMCP'

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