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
By Mtehabsim
Installation
npx -y ScreenPilotConfiguration
{
"mcpServers": {
"ScreenPilot": {
"command": "npx",
"args": ["-y", "ScreenPilot"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes