Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003
MIT License
  • Apple
  • Linux

moveMouse

Control mouse movement by specifying exact screen coordinates for automation tasks, enabling precise browser interactions in PlayMCP's web automation environment.

Instructions

Move mouse to coordinates

Input Schema

NameRequiredDescriptionDefault
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "x": { "type": "number" }, "y": { "type": "number" } }, "required": [ "x", "y" ], "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/jomon003/PlayMCP'

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