localplay-mcp-server
0
LocalPlay MCP Server is a project for running a local server using the Model Context Protocol with capabilities to control mouse operations such as moving, clicking, dragging, and scrolling. It aims to provide easy server setup for these functionalities.
LocalPlay MCP Server
A project for running a local MCP (Model Context Protocol) server that implements mouse control functionality.
Installation
- Install dependencies using
uv
orpip
.
Usage
Starting the Server
- Run a command to start the MCP development server.
- Use Docker to build and run the server.
Server 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.
License
- This project is open-sourced under the MIT License.