Skip to content
VS Code

Pic Gen for VS Code

io.github.jqknono/pic-gen

Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.

client:VS Code transport:stdio runtime:npm

Install Pic Gen in VS Code

.vscode/mcp.json

{
  "servers": {
    "pic-gen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pic-gen"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Pic Gen in other clients