ghost

amajorai/ghost
★ 0 stars Rust AI/LLM Updated today
Ghost — eyes & hands for AI agents: a desktop-automation MCP server (screen perception + input control).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghost": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ghost"
      ]
    }
  }
}

README Excerpt

> Eyes and hands for AI agents on the desktop. A Model Context Protocol (MCP) server for > screen perception and input control. Ghost is a Rust MCP server (~30 tools) that gives an agent the ability to *see* the screen (capture, OCR, UI-element detection) and *act* on it (click, type, scroll, drag), plus a record→replay recipe

Topics

ai-agentscomputer-usedesktop-automationmcprust