HomeDevelopment › Glasswarp

Glasswarp

Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.

TypeScript Cloud Windows Remote
★ 0 stars Last pushed 2026-08-01 License: Apache-2.0

Topics: OS Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.glasswarp.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.glasswarp.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.glasswarp.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer Glasswarp API key (gw_…). Create one at https://www.glasswarp.com/console → API Keys.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry