open-compute-mcp

ellmos-ai/open-compute-mcp
★ 1 stars JavaScript API Integration Updated 8d ago
npm launcher for the open-compute MCP server: model-agnostic computer-use (screenshot, safety-gated actions, Windows UIA) over MCP; spawns the Python open-compute server from GitHub.
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": {
    "open-compute-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-ai/open-compute-mcp"
      ]
    }
  }
}