louis030195/terminator-mcp-agent
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.
Quick Start
Clone the repository:
git clone https://github.com/mediar-ai/terminator/tree/main/terminator-mcp-agentClaude Desktop configuration example:
{
"mcpServers": {
"terminator": {
"command": "npx",
"args": [
"-y",
"louis030195/terminator-mcp-agent"
]
}
}
}Check the repository README for specific installation and configuration instructions.