Skip to content
Grok

shuck-convert for Grok

io.github.shan-zhu/shuck-convert

Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.

client:Grok transport:stdio runtime:pypi

Install shuck-convert in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "shuck-convert": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shuck-convert"
      ]
    }
  }
}

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

shuck-convert in other clients