pensketch for Claude Desktop
io.github.alpha-nu/pensketch
An MCP server for pensketch: check, render and rasterise hand-sketched diagrams.
client:Claude Desktop
transport:stdio
runtime:npm
Install pensketch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pensketch": {
"command": "npx",
"args": [
"-y",
"@pensketch/mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs