Loading...
pip install -r{
"mcpServers": {
"device-controll": {
"command": "pathToEnv\\venv\\Scripts\\python.exe",
"args": [
"pathToProject\\ScreenPilot\\main.py"
]
}
}
}Screen CaptureCaptures a screenshot of the current screen and provides screen information.
Can expose sensitive data displayed on the screen.
Mouse ControlControls the mouse cursor, allowing for clicks and positioning.
Can perform arbitrary actions by clicking on screen elements.
Keyboard ActionsSimulates keyboard input, including typing text, pressing keys, and using hotkey combinations.
Can input arbitrary text and execute commands via hotkeys.
ScrollingScrolls the screen in different directions and to specific positions.
Can be used to navigate through sensitive documents or web pages.
Element DetectionChecks if specific elements exist on the screen and waits for them to appear.
Primarily a read-only operation, but can be used to target specific elements for interaction.
Action SequencesPerforms multiple actions in a predefined sequence.
Combines multiple dangerous actions into a single automated process.
ScreenPilot offers powerful GUI automation capabilities, but its lack of security features makes it risky. It should only be used in trusted environments with careful monitoring. The ability to control mouse and keyboard actions without proper safeguards poses a significant security risk.