Skip to main content
Other Tools and IntegrationsPython

Mtehabsim/ScreenPilot

enables AI to fully control and access GUI interactions by providing tools for mouse and keyboard, ideal for general automation, education, and experimentation.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Mtehabsim/ScreenPilot

Claude Desktop configuration example:

{
  "mcpServers": {
    "screenpilot": {
      "command": "npx",
      "args": [
        "-y",
        "Mtehabsim/ScreenPilot"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
Mtehabsim