Skip to content
Claude Desktop

mup for Claude Desktop

io.github.ricky610329/mup

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

client:Claude Desktop transport:stdio runtime:npm

Install mup in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mup in other clients