LocalPlay MCP Server
@hfyydd
关于 LocalPlay MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"localplay-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"localplay-mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论