Skip to content
Cursor

aidemo for Cursor

io.github.tandryukha/aidemo

Narrated, captioned product-demo MP4 from a storyboard.json; re-renders itself in CI at ~$0.

client:Cursor transport:stdio runtime:npm

Install aidemo in Cursor

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

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

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

aidemo in other clients