Skip to content
Cursor

xlsx for ai for Cursor

io.github.senoff/xlsx-for-ai

50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit.

client:Cursor transport:stdio runtime:npm

Install xlsx for ai in Cursor

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

{
  "mcpServers": {
    "xlsx-for-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xlsx-for-ai"
      ]
    }
  }
}

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

xlsx for ai in other clients