Skip to main content
Glama

MCP Browser Server

by Wladastic

navigate

Direct a browser to a specified URL and optionally wait for the page to fully load, enabling web automation and interaction through the MCP Browser Server.

Instructions

Navigate to a URL

Input Schema

NameRequiredDescriptionDefault
urlYesURL to navigate to
waitForLoadNoWait for page to fully load

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to navigate to", "type": "string" }, "waitForLoad": { "default": true, "description": "Wait for page to fully load", "type": "boolean" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP Browser Server

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/Wladastic/mcp-browser-server'

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