Back to Browse

Glasswarp MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.glasswarp.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-glasswarp-mcp-server": {
      "url": "https://mcp.glasswarp.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Glasswarp MCP Server

See and control a real Windows PC you own — from any MCP client. Observe, click, type, launch apps, Live View. You bring the model; Glasswarp is eyes and hands.

No cloud desktop — install our host on your Windows machine.

Remote URLhttps://mcp.glasswarp.com/mcp
AuthAuthorization: Bearer gw_… (create a key)
Docsdocs.glasswarp.com/get-started/mcp

Start here

  1. API keyConsole → create key → copy gw_…
  2. Windows PCinstallpair → enable API access
  3. Paste the key as GLASSWARP_API_KEY (or Authorization: Bearer gw_… on the remote URL)

Say “List my rigs.” You need a USABLE machine.

Docs · hello@glasswarp.com

Connect (Cursor)

Add to Cursor — then set GLASSWARP_API_KEY to your console key.

Or paste:

{
  "mcpServers": {
    "glasswarp": {
      "command": "npx",
      "args": ["-y", "@glasswarp/mcp"],
      "env": {
        "GLASSWARP_API_KEY": "gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}

Same tools via remote URL https://mcp.glasswarp.com/mcp when the client supports headers. More clients: docs.

Workflow

rigs.listsession.startscreen.observe → act → session.end
Prefer input.send_actions for multi-step work. Always end the session.

Tools

ToolRole
rigs.listFind a USABLE paired Windows machine
session.start / session.endMetered session (always end)
screen.observeUIA targets + text (image=true for JPEG)
input.*click, type, keys, drag, scroll, send_actions
app.launchStart an exe on the rig
session.live_view / session.statusOwner Live View · billing signals
demos.list / demos.getShowcase run contracts

More

  • npm: @glasswarp/mcp · registry: com.glasswarp/mcp-server · Apache-2.0
  • Directory: Smithery
  • Open: this MCP server + Python SDK. Not open: Windows host agent and platform (gateway, console, billing).
  • Local dev / tests: see repo package.json scripts (npm run dev, npm test)

Reviews

No reviews yet

Be the first to review this server!