DemoMagic for VS Code
ai.demomagic/interactive-video-guide
Guides for making interactive videos & AI product demos that answer viewers' questions.
client:VS Code
transport:stdio
runtime:npm
Install DemoMagic in VS Code
.vscode/mcp.json
{
"servers": {
"interactive-video-guide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@demomagic/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs