LocalPlay MCP Server
@hfyydd
About LocalPlay MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"localplay-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"localplay-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LocalPlay MCP Server?
It is a local MCP server that implements mouse control functionality. It integrates with the Model Context Protocol to allow AI assistants to control the mouse via commands like move, click, drag, and scroll.
How to use LocalPlay MCP Server?
Install dependencies with uv or pip, then configure the MCP client to point to the server. The server can be run directly via the uv command or as a Docker container exposing port 8080.
Key features of LocalPlay MCP Server
- Move mouse to specified coordinates.
- Perform mouse clicks at current or specified position.
- Drag mouse from one position to another.
- Scroll mouse wheel up or down.
Use cases of LocalPlay MCP Server
- Automate repetitive mouse tasks via an AI assistant.
- Control a local desktop remotely through an MCP client.
- Integrate mouse control into AI agent workflows.
FAQ from LocalPlay MCP Server
What is LocalPlay MCP Server?
It is a project for running a local MCP server that implements mouse control functionality.
What are the dependencies?
The server requires Python packages mcp[cli] and pyautogui. Docker runtime is optional.
How does the server communicate?
By default, the MCP development server uses standard I/O. When using Docker, it exposes port 8080.
What mouse operations are supported?
Move mouse, mouse click, mouse drag, and mouse scroll are supported.
Is authentication required?
No authentication or authorization is mentioned in the README.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments