Skip to content
Cursor

vscode demo time for Cursor

io.github.estruyf/vscode-demo-time

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

client:Cursor transport:stdio runtime:npm

Install vscode demo time in Cursor

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

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

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

vscode demo time in other clients