Back to MCP Servers

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-integrationsautomationai

Installation

npx -y ScreenPilot

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub