Skip to main content
Glama

Cloudflare Playwright MCP

init-browser

Launch and set up a browser instance with a specified URL for web automation tasks using Cloudflare Playwright MCP. Enables AI-driven navigation, interaction, and browser control efficiently.

Instructions

Initialize a browser with 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", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Cloudflare Playwright MCP

Related Tools

    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/teifidebugger/playwright-mcp'

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