MarkLayer

MarkLayer

Local
@thevrus19TypeScriptApache-2.0Updated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmarklayer-mcpv0.5.0

Run

npx -y marklayer-mcp

MCP client config

{
  "mcpServers": {
    "marklayer": {
      "command": "npx",
      "args": [
        "-y",
        "marklayer-mcp"
      ]
    }
  }
}