Mup
Freeby MCP Community
MCP server that turns HTML MUP panels into interactive tools for LLMs — render UI, call functions, and pipe data between panels
v0.2.9Added Apr 12, 2026
mcpmcp-servermodel-context-protocolmupllm
Mup MCP Server
MCP server that turns HTML MUP panels into interactive tools for LLMs — render UI, call functions, and pipe data between panels
Installation
Reviews
Installation
Quick install
npx -y mup-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"mup": {
"command": "npx",
"args": ["-y", "mup-mcp-server"]
}
}
}