Skip to content
Grok

Html Vers Markdown for Grok

io.github.dawaxwx/html-vers-markdown

HTML to clean Markdown for LLM and RAG pipelines: headings, lists, tables, links, code fences. Pr...

client:Grok transport:streamable-http

Install Html Vers Markdown in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "html-vers-markdown": {
      "type": "http",
      "url": "https://html-vers-markdown.david-cyr.workers.dev/mcp"
    }
  }
}

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

Html Vers Markdown in other clients