Skip to main content
Glama

MCP Fetch

by matiasngf

launch-browser

Initiate a new browser instance with customizable settings like window size and headless mode for web automation, testing, or scraping tasks using MCP Fetch.

Instructions

Launch a new browser instance and store it for later use

Input Schema

NameRequiredDescriptionDefault
headlessNoWhether to run browser in headless mode. Defaults to false
heightNoBrowser window height in pixels. Defaults to 720
widthNoBrowser window width in pixels. Defaults to 1280

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headless": { "default": false, "description": "Whether to run browser in headless mode. Defaults to false", "type": "boolean" }, "height": { "default": 720, "description": "Browser window height in pixels. Defaults to 720", "type": "number" }, "width": { "default": 1280, "description": "Browser window width in pixels. Defaults to 1280", "type": "number" } }, "type": "object" }
Install Server

Other Tools from MCP Fetch

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/matiasngf/mcp-fetch'

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