Skip to content
Grok

refigure for Grok

io.github.helgdemidov/refigure

Convert DOCX/XLSX to Markdown — native chart-data extraction, optional VLM for figures

client:Grok transport:stdio runtime:pypi

Install refigure in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "refigure": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "refigure"
      ]
    }
  }
}

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

refigure in other clients