Skip to content
Cursor

refigure for Cursor

io.github.helgdemidov/refigure

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

client:Cursor transport:stdio runtime:pypi

Install refigure in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

refigure in other clients