Skip to content
VS Code

pensketch for VS Code

io.github.alpha-nu/pensketch

An MCP server for pensketch: check, render and rasterise hand-sketched diagrams.

client:VS Code transport:stdio runtime:npm

Install pensketch in VS Code

.vscode/mcp.json

{
  "servers": {
    "pensketch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pensketch/mcp"
      ]
    }
  }
}

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

pensketch in other clients