Skip to main content
Glama

Firefox MCP Server

by JediLuke

click

Simulate precise clicks on specific web elements in Firefox using Playwright. Define elements by selector or coordinates, and control actions across multiple tabs for browser automation and debugging tasks.

Instructions

Click on an element

Input Schema

NameRequiredDescriptionDefault
coordinatesNo
selectorNo
tabIdNo

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "properties": { "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" }, "selector": { "type": "string" }, "tabId": { "type": "string" } }, "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