localplay-mcp-server

localplay-mcp-server

3.1

If you are the rightful owner of localplay-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

LocalPlay MCP Server is a project for running a local Model Context Protocol server that implements mouse control functionality.

The LocalPlay MCP Server is designed to facilitate local execution of a Model Context Protocol server, specifically focusing on mouse control capabilities. This server allows users to perform various mouse operations such as moving the mouse to specific coordinates, clicking at designated positions, dragging from one point to another, and scrolling using the mouse wheel. The server can be started using command-line tools or Docker, providing flexibility in deployment. It is particularly useful for applications that require automated mouse interactions, such as testing graphical user interfaces or automating repetitive tasks. The project is open-sourced under the MIT License, encouraging community contributions and modifications.

Features

  • Move Mouse: Move the mouse to a specified coordinate position.
  • Mouse Click: Perform mouse click operations at the current or specified position.
  • Mouse Drag: Drag from one position to another.
  • Mouse Scroll: Perform mouse wheel scrolling operations.