Skip to content
Cline

mup for Cline

io.github.ricky610329/mup

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

client:Cline transport:stdio runtime:npm

Install mup in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mup in other clients