Skip to main content
Glama

Playwright Server MCP

by ziux

playwright_evaluate

Execute JavaScript code directly within the browser console and retrieve the results using Playwright Server MCP for automated web testing and interaction.

Instructions

在浏览器控制台中执行JavaScript代码并返回执行结果

Input Schema

NameRequiredDescriptionDefault
scriptYes需要在浏览器中执行的JavaScript代码

Input Schema (JSON Schema)

{ "properties": { "script": { "description": "需要在浏览器中执行的JavaScript代码", "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/ziux/playwright-plus-python-mcp'

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