Skip to main content
Glama

Playwright MCP

by nzjami
Apache 2.0
381,338
  • Apple
  • Linux

browser_navigate

Directs a browser to a specified URL, enabling web page navigation within Playwright MCP for structured accessibility interactions.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to navigate to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to navigate to", "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/nzjami/mcpPlaywright'

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