← Index

io.github.Ricky610329/mup

io.github.Ricky610329/mup·v0.1.1·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mup": {
      "command": "npx",
      "args": [
        "-y",
        "mup-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mup": {
      "command": "npx",
      "args": [
        "-y",
        "mup-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mup-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other