Skip to main content
ClaudeWave

Remote MCP server for Glasswarp — observe and control real Windows PCs

MCP ServersOfficial Registry0 stars0 forksTypeScriptNOASSERTIONUpdated 2d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/glasswarp/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"],
      "env": {
        "GLASSWARP_API_BASE_URL": "<glasswarp_api_base_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/glasswarp/mcp-server and follow its README for install instructions.
Detected environment variables
GLASSWARP_API_BASE_URL
Use cases

MCP Servers overview

# Glasswarp MCP server

Remote MCP endpoint for Glasswarp — agents observe and control real Windows machines; you supply the task logic.

**Install / connect:** [docs.glasswarp.com/get-started/mcp](https://docs.glasswarp.com/get-started/mcp) · API key from the [console](https://www.glasswarp.com/console).

**Open:** this MCP server + the [Python SDK](https://github.com/glasswarp/python-sdk). **Not open:** the Windows host agent and the Glasswarp platform (gateway, console, billing).

---

Remote [Model Context Protocol](https://modelcontextprotocol.io) server — a thin
translation layer over the Platform API (`/v1/*`). Gives MCP clients eyes and
hands on paired Windows rigs; the client/model supplies the brain.

**Design:** [`docs/MCP_SERVER_DESIGN.md`](https://docs.glasswarp.com/get-started/mcp)

## Auth

```
Authorization: Bearer <glasswarp_api_key>
```

Create a key at [glasswarp.com/console](https://www.glasswarp.com/console).
Full keys are never logged (prefix/suffix redaction only).

## Run locally

```bash
cd mcp-server
npm install
npm run dev
# POST http://127.0.0.1:8787/mcp
```

Point at a non-prod API:

```bash
GLASSWARP_API_BASE_URL=http://127.0.0.1:8080 npm run dev
```

## Cursor / Claude

**Production URL:** `https://mcp.glasswarp.com/mcp`  
**Auth:** `Authorization: Bearer <your real gw_… key>` (never the placeholder from docs)

### Cursor (recommended — stdio bridge)

Current Cursor builds often fail remote Streamable HTTP with `fetch failed`.
Bridge over stdio with [`mcp-remote`](https://www.npmjs.com/package/mcp-remote).

**Important:** use an **absolute** `npx` path for your OS. Bare `npx` inside
Cursor often fails with `ENOENT .../Cursor.app/.../resources/lib`.

| OS | `command` | `PATH` (env) |
| --- | --- | --- |
| macOS Apple Silicon | `/opt/homebrew/bin/npx` | `/opt/homebrew/bin:/usr/bin:/bin` |
| macOS Intel | `/usr/local/bin/npx` | `/usr/local/bin:/usr/bin:/bin` |
| Windows | `npx` (or full `npx.cmd`) | (default Node path) |
| Linux | `/usr/bin/npx` (or your nvm path) | `/usr/bin:/bin` |

Example (macOS Apple Silicon):

```json
{
  "mcpServers": {
    "glasswarp": {
      "command": "/opt/homebrew/bin/npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.glasswarp.com/mcp",
        "--header",
        "Authorization:${GLASSWARP_AUTH}"
      ],
      "env": {
        "PATH": "/opt/homebrew/bin:/usr/bin:/bin",
        "GLASSWARP_AUTH": "Bearer gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}
```

Restart MCP / reload Cursor, then call `list_rigs`.

### Ways to run agents (every client)

On initialize, the server sends **`instructions`**: short → MCP; longer →
**offer** scaffold/`glasswarp-demo` when code-capable (never impose); chat-only
stays on MCP. Also:

| Surface | Role |
| --- | --- |
| Prompt `best_practices` | Same guide on demand |
| Resource `glasswarp://guide/ways-to-run-agents` | Markdown copy |
| Tools `list_demos` / `get_demo` | Showcase run contracts (no solver execution) |
| Resources `glasswarp://demos`, `glasswarp://demos/{id}` | Same cards |
| `demo_minesweeper` / `demo_mona_lisa` | Offer `glasswarp-demo …` |

```bash
pip install "glasswarp[demos]"
glasswarp-demo minesweeper
```

Docs: https://docs.glasswarp.com/guides/ways-to-run-agents

### Direct remote URL (when the client supports headers)

```json
{
  "mcpServers": {
    "glasswarp": {
      "url": "https://mcp.glasswarp.com/mcp",
      "headers": {
        "Authorization": "Bearer gw_live_sk_REPLACE_WITH_YOUR_KEY"
      }
    }
  }
}
```

## Tools

`list_rigs`, `start_session`, `end_session`, `observe`, `click_target`,
`click_xy`, `type_text`, `send_keys`, `drag`, `scroll`, `launch_app`,
`get_live_view_url`, `get_session_status`.

## Tests

```bash
npm test
npm run build
```
ai-agentscomputer-usedesktop-automationmcpwindows-automation

What people ask about mcp-server

What is glasswarp/mcp-server?

+

glasswarp/mcp-server is mcp servers for the Claude AI ecosystem. Remote MCP server for Glasswarp — observe and control real Windows PCs It has 0 GitHub stars and was last updated 2d ago.

How do I install mcp-server?

+

You can install mcp-server by cloning the repository (https://github.com/glasswarp/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is glasswarp/mcp-server safe to use?

+

glasswarp/mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains glasswarp/mcp-server?

+

glasswarp/mcp-server is maintained by glasswarp. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: glasswarp/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/glasswarp-mcp-server)](https://claudewave.com/repo/glasswarp-mcp-server)
<a href="https://claudewave.com/repo/glasswarp-mcp-server"><img src="https://claudewave.com/api/badge/glasswarp-mcp-server" alt="Featured on ClaudeWave: glasswarp/mcp-server" width="320" height="64" /></a>

More MCP Servers

mcp-server alternatives