Skip to main content
Glama

Playwright MCP

by furugen

browser_tab_new

Open a new browser tab and navigate to a specified URL using the Playwright MCP server. Automate web interactions for testing, scraping, or data collection purposes.

Instructions

Open a new tab

Input Schema

NameRequiredDescriptionDefault
urlNoThe URL to navigate to in the new tab. If not provided, the new tab will be blank.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to navigate to in the new tab. If not provided, the new tab will be blank.", "type": "string" } }, "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/furugen/playwright-mcp'

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