Skip to main content
Glama

Chrome Debug MCP Server

by Rainmen-xia

hover

Move the mouse to a specified coordinate on a webpage using the MCP server connected to Chrome debugging ports for browser automation tasks.

Instructions

将鼠标悬停在指定坐标位置

Input Schema

NameRequiredDescriptionDefault
coordinateYes悬停位置的坐标,格式为 'x,y'

Input Schema (JSON Schema)

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

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