Back to MCP Servers

Terminator

Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.

coding-agentsbrowserautomationapi

Installation

npx -y terminator

Configuration

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

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