Skip to content
Zed

mup for Zed

io.github.ricky610329/mup

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

client:Zed transport:stdio runtime:npm

Install mup in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mup": {
      "command": "npx",
      "args": [
        "-y",
        "mup-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mup in other clients