Skip to content
Cursor

Pic Gen for Cursor

io.github.jqknono/pic-gen

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

client:Cursor transport:stdio runtime:npm

Install Pic Gen in Cursor

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

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

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

Pic Gen in other clients