Odel
xlsx for ai

xlsx for ai

Local
@senoff5JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmxlsx-for-aiv4.0.0

Run

npx -y xlsx-for-ai

MCP client config

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