Skip to main content
Glama

Firefox MCP Server

by JediLuke

launch_firefox_multi

Launch Firefox with multi-tab support and debugging capabilities for automation tasks using Playwright. Control browser sessions headlessly or with debugging logs enabled.

Instructions

Launch Firefox browser with multi-tab support and debugging

Input Schema

NameRequiredDescriptionDefault
enableDebugLoggingNo
headlessNo

Input Schema (JSON Schema)

{ "properties": { "enableDebugLogging": { "default": true, "type": "boolean" }, "headless": { "default": false, "type": "boolean" } }, "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/JediLuke/firefox-mcp-server'

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