MCP服务器,通过提供屏幕自动化工具包来让LLM完全控制您的设备,实现对图形用户界面的控制和交互。适用于自动化、教育和娱乐。
https://github.com/user-attachments/assets/c18380c0-b3dd-4b7c-925d-28ef205ca11f
git clone https://github.com/Mtehabsim/ScreenPilot.git
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
{
"mcpServers": {
"device-controll": {
"command": "pathToEnv\\venv\\Scripts\\python.exe",
"args": [
"pathToProject\\ScreenPilot\\main.py"
]
}
}
}
替换 "pathToEnv\venv\Scripts\python.exe" → 使用完整的python.exe路径 "pathToProject\ScreenPilot\main.py" → 使用完整的main.py文件路径
保存配置文件。
打开Claude AI桌面。
转到文件 → 退出
现在可以打开Claude AI桌面并享受ScreenPilot的功能了。
欢迎贡献!请随时提交Pull Request。