Skip to content
VS Code

refigure for VS Code

io.github.helgdemidov/refigure

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

client:VS Code transport:stdio runtime:pypi

Install refigure in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

refigure in other clients