Skip to main content
Glama

Playwright Server MCP

by ziux

playwright_navigate

Automatically navigate to a specified URL using a browser automation server. Creates a new session if no active browser session exists, ensuring seamless URL access.

Instructions

浏览器导航到指定网址,如果没有活跃的浏览器会话,会自动创建一个新会话

Input Schema

NameRequiredDescriptionDefault
urlYes需要访问的网址,如不包含http或https前缀将自动添加https://

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "需要访问的网址,如不包含http或https前缀将自动添加https://", "type": "string" } }, "required": [ "url" ], "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