ghost-mcp

PIsberg/ghost-mcp
★ 4 stars Go AI/LLM Updated today
The Ghost in the Machine - An MCP (Model Context Protocol) server that exposes OS-level UI automation capabilities to AI clients.
View on GitHub → Try with Claude — $10 free →

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-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/PIsberg/ghost-mcp@latest"
      ]
    }
  }
}

Topics

gogolangmcp