Skip to content
Grok

MarkuprPlus for Grok

io.github.hashfunction/markuprplus

Records your screen and voice, returns one annotated screenshot and finding per mark.

client:Grok transport:stdio runtime:npm

Install MarkuprPlus in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "markuprplus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "markuprplus"
      ]
    }
  }
}

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

MarkuprPlus in other clients