Skip to content
Cursor

lousa for Cursor

io.github.henriquepe/lousa

A whiteboard where AI agents draw their explanations as hand-drawn animated diagrams

client:Cursor transport:stdio runtime:npm

Install lousa in Cursor

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

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

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

lousa in other clients