Skip to content
Cursor

pensketch for Cursor

io.github.alpha-nu/pensketch

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

client:Cursor transport:stdio runtime:npm

Install pensketch in Cursor

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

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

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

pensketch in other clients