Home › Other › MarkLayer

MarkLayer

Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.

TypeScript
★ 19 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

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

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "marklayer": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MARKLAYER_ROOM": "<YOUR_VALUE>",
        "MARKLAYER_API_BASE": "<YOUR_VALUE>",
        "MARKLAYER_AGENT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MARKLAYER_ROOM — Same as --room: the share URL or room id to join at startup.
  • MARKLAYER_API_BASE — Override the MarkLayer worker base URL. Defaults to https://marklayer.app; useful against a local dev worker.
  • MARKLAYER_AGENT — Name shown to the humans in the room for this agent. Defaults to claude-code.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry