🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mup-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup-mcp-server

MCP server that turns HTML MUP panels into interactive tools for LLMs — render UI, call functions, and pipe data between panels

latest
Source
npmnpm
Version
0.2.11
Version published
Weekly downloads
67
123.33%
Maintainers
1
Weekly downloads
 
Created
Source

mup-mcp-server

MCP server that turns HTML MUP panels into interactive tools for LLMs — render UI, call functions, and pipe data between panels.

Install

npm install -g mup-mcp-server

Or use directly:

npx mup-mcp-server --mups-dir ./my-mups

Usage with Claude Code

claude mcp add --transport stdio --scope user mup -- npx mup-mcp-server

Optionally point to a folder of MUP files:

claude mcp add --transport stdio --scope user mup -- npx mup-mcp-server --mups-dir /path/to/mups

Usage with Claude Desktop

Add to claude_desktop_config.json:

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

Options

--mups-dir <dir>     Load all .html MUP files from a directory
--port <port>        UI panel port (default: 3200)
--no-open            Don't auto-open the browser

What is MUP?

A MUP is an interactive UI component that lives inside an LLM chat. It's a single .html file with a manifest and callable functions — no build step, no framework.

The user operates it by clicking buttons; the LLM operates it through function calls. Both sides see each other's actions in real time.

Includes a built-in Chat widget. Load your own MUP .html files via --mups-dir, or use the ones in the mups/ folder (Slides, Voice, Progress).

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts