Skip to content
Cursor

opentalk2html notmd for Cursor

io.github.aimino-tech/opentalk2html-notmd

MCP server for HTML generation from AI agents

client:Cursor transport:stdio runtime:npm

Install opentalk2html notmd in Cursor

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

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

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

opentalk2html notmd in other clients