Skip to content
Grok

markdown formatter for Grok

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG

client:Grok transport:stdio runtime:npm

Install markdown formatter in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "markdown-formatter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ]
    }
  }
}

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

markdown formatter in other clients