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
By mediar-ai
Installation
npx -y terminatorConfiguration
{
"mcpServers": {
"terminator": {
"command": "npx",
"args": ["-y", "terminator"]
}
}
}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