Skip to content
Cursor

Maket for Cursor

io.github.ng-galien/maket

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

client:Cursor transport:stdio runtime:npm

Install Maket in Cursor

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

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

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

Maket in other clients