Skip to main content
Glama

Browser MCP Server

by pansin

browser-console

Capture and stream browser console output by navigating to a specified URL. Execute custom commands, wait for elements, and manage timeouts for precise browser automation tasks.

Instructions

Navigate to a URL and capture console output from the browser with streaming support

Input Schema

NameRequiredDescriptionDefault
commandsNoBrowser commands to execute (e.g., "click .button wait 2s") (optional)
streamNoWhether to stream console output in real-time (default: true)
timeoutNoTimeout in milliseconds (default: 30000)
urlYesThe URL to navigate to
waitForNoCSS selector or text to wait for before capturing console (optional)

Input Schema (JSON Schema)

{ "properties": { "commands": { "description": "Browser commands to execute (e.g., \"click .button wait 2s\") (optional)", "type": "string" }, "stream": { "default": true, "description": "Whether to stream console output in real-time (default: true)", "type": "boolean" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds (default: 30000)", "type": "number" }, "url": { "description": "The URL to navigate to", "type": "string" }, "waitFor": { "description": "CSS selector or text to wait for before capturing console (optional)", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Browser MCP 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/pansin/browserMCP'

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