Skip to content
VS Code

vscode demo time for VS Code

io.github.estruyf/vscode-demo-time

Enables AI assistants to interact with Demo Time and helps build presentations and demos.

client:VS Code transport:stdio runtime:npm

Install vscode demo time in VS Code

.vscode/mcp.json

{
  "servers": {
    "vscode-demo-time": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@demotime/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vscode demo time in other clients