Skip to content
Grok

opentalk2html notmd for Grok

io.github.aimino-tech/opentalk2html-notmd

MCP server for HTML generation from AI agents

client:Grok transport:stdio runtime:npm

Install opentalk2html notmd in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

opentalk2html notmd in other clients