mup for Gemini CLI
io.github.ricky610329/mup
MCP server that turns HTML MUP panels into interactive UI tools for LLMs.
client:Gemini CLI
transport:stdio
runtime:npm
Install mup in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mup": {
"command": "npx",
"args": [
"-y",
"mup-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs