Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_aiTap

Automate web element interactions by describing targets in natural language, enabling precise clicking on web pages for streamlined testing processes.

Instructions

Locates and clicks an element on the current page based on a natural language description (selector).

Input Schema

NameRequiredDescriptionDefault
locateYesUse natural language describe the element to click

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "locate": { "description": "Use natural language describe the element to click", "type": "string" } }, "required": [ "locate" ], "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/MauroCor/mcp-midscene'

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