Odel
lousa

lousa

Local
@henriquepeJavaScriptAGPL-3.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlousav0.1.1

Run

npx -y lousa

MCP client config

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