mup for VS Code
io.github.ricky610329/mup
MCP server that turns HTML MUP panels into interactive UI tools for LLMs.
client:VS Code
transport:stdio
runtime:npm
Install mup in VS Code
.vscode/mcp.json
{
"servers": {
"mup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mup-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs