Skip to main content
Glama

Firefox MCP Server

by JediLuke

execute_script

Run custom JavaScript code within Firefox browser tabs using Playwright for automation, enabling multi-tab debugging and browser control via MCP-enabled applications.

Instructions

Execute JavaScript in the browser

Input Schema

NameRequiredDescriptionDefault
scriptYes
tabIdNo

Input Schema (JSON Schema)

{ "properties": { "script": { "type": "string" }, "tabId": { "type": "string" } }, "required": [ "script" ], "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