Maket for VS Code
io.github.ng-galien/maket
Compose branded visual documents with live preview, data collections, validation, and PDF export.
client:VS Code
transport:stdio
runtime:npm
Install Maket in VS Code
.vscode/mcp.json
{
"servers": {
"maket": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ng-galien/maket"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs