Skip to content
Cursor

mup for Cursor

io.github.ricky610329/mup

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

client:Cursor transport:stdio runtime:npm

Install mup in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mup-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mup in other clients