mup for Windsurf
io.github.ricky610329/mup
MCP server that turns HTML MUP panels into interactive UI tools for LLMs.
client:Windsurf
transport:stdio
runtime:npm
Install mup in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mup": {
"command": "npx",
"args": [
"-y",
"mup-mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs