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).
Run
npx -y marklayer-mcp
MCP client config
{
"mcpServers": {
"marklayer": {
"command": "npx",
"args": [
"-y",
"marklayer-mcp"
]
}
}
}