MarkLayer for Grok
io.github.thevrus/marklayer
Work visual annotations on a live webpage: watch, acknowledge, resolve, reply, or leave your own.
client:Grok
transport:stdio
runtime:npm
Install MarkLayer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"marklayer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"marklayer-mcp"
],
"env": {
"MARKLAYER_ROOM": "<MARKLAYER_ROOM>",
"MARKLAYER_API_BASE": "<MARKLAYER_API_BASE>",
"MARKLAYER_AGENT": "<MARKLAYER_AGENT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs