Skip to content
Cursor

DemoMagic for Cursor

ai.demomagic/interactive-video-guide

Guides for making interactive videos & AI product demos that answer viewers' questions.

client:Cursor transport:stdio runtime:npm

Install DemoMagic in Cursor

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

{
  "mcpServers": {
    "interactive-video-guide": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@demomagic/mcp"
      ]
    }
  }
}

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

DemoMagic in other clients