napkin for Cursor
io.github.sshwarts/napkin
Shared visual canvas (Excalidraw) for collaborative whiteboarding between AI agents and humans.
client:Cursor
transport:stdio
runtime:npm
Install napkin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"napkin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"napkin-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs