Skip to main content
Coding AgentsTypeScript/Rust

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.

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/mediar-ai/terminator/tree/main/terminator-mcp-agent

Claude Desktop configuration example:

{
  "mcpServers": {
    "terminator": {
      "command": "npx",
      "args": [
        "-y",
        "louis030195/terminator-mcp-agent"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript/Rust
Author
mediar-ai