Skip to content
VS Code

opentalk2html notmd for VS Code

io.github.aimino-tech/opentalk2html-notmd

MCP server for HTML generation from AI agents

client:VS Code transport:stdio runtime:npm

Install opentalk2html notmd in VS Code

.vscode/mcp.json

{
  "servers": {
    "opentalk2html-notmd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opentalk2html-notmd"
      ]
    }
  }
}

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

opentalk2html notmd in other clients