Skip to main content
Glama

Chrome Debug MCP Server

by Rainmen-xia

click

Simulate mouse clicks at specific coordinates in a browser session. Integrates with Chrome Debug MCP Server to automate browser actions with persistent sessions.

Instructions

在指定坐标位置点击

Input Schema

NameRequiredDescriptionDefault
coordinateYes点击位置的坐标,格式为 'x,y'

Input Schema (JSON Schema)

{ "properties": { "coordinate": { "description": "点击位置的坐标,格式为 'x,y'", "type": "string" } }, "required": [ "coordinate" ], "type": "object" }

Other Tools from Chrome Debug MCP Server

Related Tools

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/Rainmen-xia/chrome-debug-mcp'

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