Skip to content
Grok

mup for Grok

io.github.ricky610329/mup

MCP server that turns HTML MUP panels into interactive UI tools for LLMs.

client:Grok transport:stdio runtime:npm

Install mup in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mup-mcp-server"
      ]
    }
  }
}

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

mup in other clients