Skip to main content
Glama

Firefox MCP Server

by JediLuke

send_key

Simulate keyboard events in Firefox browser automation. Input specific keys, modifiers, and selectors to control browser interactions programmatically via the MCP server.

Instructions

Send keyboard events

Input Schema

NameRequiredDescriptionDefault
keyYes
modifiersNo
repeatNo
selectorNo
tabIdNo

Input Schema (JSON Schema)

{ "properties": { "key": { "type": "string" }, "modifiers": { "items": { "type": "string" }, "type": "array" }, "repeat": { "default": 1, "type": "number" }, "selector": { "type": "string" }, "tabId": { "type": "string" } }, "required": [ "key" ], "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