Skip to main content
Glama

Playwright Server MCP

by ziux

playwright_new_session

Create a new browser session to open a browser window and optionally navigate to a specified URL using Playwright automation.

Instructions

创建新的浏览器会话,打开一个浏览器窗口并可选择性地访问指定网址

Input Schema

NameRequiredDescriptionDefault
urlNo需要访问的初始网址,可选参数,不填则只打开浏览器

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "需要访问的初始网址,可选参数,不填则只打开浏览器", "type": "string" } }, "required": [], "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