Odel
Maket

Maket

Local
@ng-galien19TypeScriptMITUpdated 1w ago

Compose branded visual documents with live preview, data collections, validation, and PDF export.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ng-galien/maketv1.7.4

Run

npx -y @ng-galien/maket

MCP client config

{
  "mcpServers": {
    "maket": {
      "command": "npx",
      "args": [
        "-y",
        "@ng-galien/maket"
      ]
    }
  }
}