Skip to content
Grok

HTML to Markdown MCP Server for Grok

io.github.sunshad0w/html2md

Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.

client:Grok transport:stdio runtime:oci

Install HTML to Markdown MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "html2md": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sunshad0w/html2md-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 to Markdown MCP Server in other clients